]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Make sure that timer is armed when we do initial scan
authorAndreas Öman <andreas@lonelycoder.com>
Sun, 19 Aug 2007 12:14:04 +0000 (12:14 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sun, 19 Aug 2007 12:14:04 +0000 (12:14 +0000)
dvb.c

diff --git a/dvb.c b/dvb.c
index 202d1d6bbcc8af40b58d8785e834f2bd2619909d..5d8c5d37402cbbeb6f4a3b2e1404d99dcb21f9b4 100644 (file)
--- a/dvb.c
+++ b/dvb.c
@@ -891,8 +891,7 @@ tdmi_activate(th_dvb_mux_instance_t *tdmi)
     stimer_add(dvb_mux_scanner, tda, 10);
     return;
   }
-
-  dvb_tune_tdmi(tdmi, 1, TDMI_INITIAL_SCAN);
+  dvb_start_initial_scan(tdmi);
 }