]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
satip client: fix the error path, issue #4499
authorJaroslav Kysela <perex@perex.cz>
Tue, 12 Sep 2017 11:29:25 +0000 (13:29 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 18 Sep 2017 13:14:11 +0000 (15:14 +0200)
src/input/mpegts/satip/satip_frontend.c

index fb51008ef05af09101ec80377dcca05390bf6d27..86aa3504c164e1fd78908da871b956b4e7627fb8 100644 (file)
@@ -1766,6 +1766,7 @@ new_tune:
                      buf, r, strerror(-r), rtsp->hc_cmd, rtsp->hc_code);
             satip_frontend_tuning_error(lfe, tr);
             fatal = 1;
+            continue;
           } else {
             strncpy((char *)session, rtsp->hc_rtsp_session ?: "", sizeof(session));
             session[sizeof(session)-1] = '\0';