]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
SAT>IP: remove debug #ifdef
authorJaroslav Kysela <perex@perex.cz>
Tue, 27 May 2014 14:38:53 +0000 (16:38 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 27 May 2014 14:38:53 +0000 (16:38 +0200)
src/input/mpegts/satip/satip_frontend.c

index 65c8483a97b9a2d55953010db95a077433cf7136..d758abab735a9971c56a08d9e3d3f32c7925dacb 100644 (file)
@@ -1086,12 +1086,10 @@ satip_frontend_input_thread ( void *aux )
       }
     }
 
-#if 0
     /* We need to keep the session alive */
     if (rtsp->hc_ping_time + rtsp->hc_rtp_timeout / 2 < dispatch_clock &&
         rtsp->hc_cmd == HTTP_CMD_NONE)
       rtsp_options(rtsp);
-#endif
 
     if (ev[0].data.ptr == lfe->sf_rtcp) {
       c = recv(lfe->sf_rtcp->fd, rtcp, sizeof(rtcp), MSG_DONTWAIT);