]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
SAT>IP client: fix the timer race
authorJaroslav Kysela <perex@perex.cz>
Wed, 16 Dec 2015 09:42:37 +0000 (10:42 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 16 Dec 2015 17:18:52 +0000 (18:18 +0100)
See: https://github.com/perexg/satip-axe/issues/36

src/input/mpegts/satip/satip_frontend.c

index cfb3e60449920b8cdba4ce97ef3d9df976aa116f..ee0bd580a026f75d4dcd67e5489318a5bcc84b51 100644 (file)
@@ -1459,9 +1459,6 @@ new_tune:
     pthread_mutex_unlock(&lfe->sf_dvr_lock);
   }
 
-  /* 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);