From: Jaroslav Kysela Date: Tue, 27 May 2014 14:38:53 +0000 (+0200) Subject: SAT>IP: remove debug #ifdef X-Git-Tag: v4.1~2034 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=006aaf63651e8bcfccfd244c50a919d01aaf195a;p=thirdparty%2Ftvheadend.git SAT>IP: remove debug #ifdef --- diff --git a/src/input/mpegts/satip/satip_frontend.c b/src/input/mpegts/satip/satip_frontend.c index 65c8483a9..d758abab7 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -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);