From: Jaroslav Kysela Date: Tue, 27 May 2014 14:15:08 +0000 (+0200) Subject: SAT>IP: do not send signal status packets on shutdown X-Git-Tag: v4.1~2035 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a91954adc1b26ff5df85eaaca331fc9502f31d4;p=thirdparty%2Ftvheadend.git SAT>IP: do not send signal status packets on shutdown --- diff --git a/src/input/mpegts/satip/satip_frontend.c b/src/input/mpegts/satip/satip_frontend.c index 4344f6e4f..65c8483a9 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -1151,6 +1151,9 @@ satip_frontend_input_thread ( void *aux ) &sb, 0, NULL, NULL); } + /* Do not send the SMT_SIGNAL_STATUS packets - we are out of service */ + gtimer_disarm(&lfe->sf_monitor_timer); + sbuf_free(&sb); udp_multirecv_free(&um);