]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
satip client: fix the compilation, fixes #5547
authorJaroslav Kysela <perex@perex.cz>
Sat, 16 Feb 2019 09:30:34 +0000 (10:30 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sat, 16 Feb 2019 09:31:08 +0000 (10:31 +0100)
src/input/mpegts/satip/satip_rtsp.c

index 368234cb468f62284085528ce7e60f29f0288edd..d1a2e83cabdf5573472b16d731988b46b27fbdcd 100644 (file)
@@ -326,7 +326,7 @@ satip_rtsp_play( http_client_t *hc, const char *pids,
   char _stream[32], _w[16];
   const char *p[8], *add[8], *del[8];
   int pcnt, addcnt, delcnt;
-  int i, r, index = 0;
+  int i, r = 0, index = 0;
   char buf[max_pids_len + 32];
 
   if (max_pids_len < 32)