Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP server: fix uuid loading
  • Loading branch information
perexg committed Oct 6, 2015
1 parent b2cac44 commit 91c552c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/satip/server.c
Expand Up @@ -717,7 +717,6 @@ void satip_server_init(int rtsp_port)

http_server_ip = NULL;
satip_server_bootid = time(NULL);
satip_server_conf.satip_uuid = NULL;
satip_server_conf.satip_deviceid = 1;

if (tcp_server_bound(http_server, &http) < 0) {
Expand Down

0 comments on commit 91c552c

Please sign in to comment.