]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
SAT>IP: do not send signal status packets on shutdown
authorJaroslav Kysela <perex@perex.cz>
Tue, 27 May 2014 14:15:08 +0000 (16:15 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 27 May 2014 14:15:08 +0000 (16:15 +0200)
src/input/mpegts/satip/satip_frontend.c

index 4344f6e4f668c86af20fd9f75f96f6b008531a9f..65c8483a97b9a2d55953010db95a077433cf7136 100644 (file)
@@ -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);