]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
satip client: fix the compilation, issue #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:30:34 +0000 (10:30 +0100)
src/input/mpegts/satip/satip_rtsp.c

index 52b57008fb6be4377c2157762c5119a4885eb306..6bf5415feb9e50f57e562dc427316e3473da7a57 100644 (file)
@@ -327,7 +327,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)