]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
SAT>IP server: fix uuid loading
authorJaroslav Kysela <perex@perex.cz>
Tue, 6 Oct 2015 13:29:29 +0000 (15:29 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 6 Oct 2015 13:31:04 +0000 (15:31 +0200)
src/satip/server.c

index d75f87649f13c76fdc208d83a6fbd15fe7c89b42..686accbbafa47e35e63f1a0d7044759f6d762377 100644 (file)
@@ -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) {