SAT>IP: do not send signal status packets on shutdown

This commit is contained in:
Jaroslav Kysela 2014-05-27 16:15:08 +02:00
parent 494280d1f7
commit 8a91954adc

View 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);