CTimerManager:: don't set wekup flag if box boot from zapto timer

This commit is contained in:
Jacek Jendrzej
2013-05-01 22:00:03 +02:00
committed by [CST] Focus
parent 81efa46265
commit 1396896dd1
2 changed files with 4 additions and 1 deletions

View File

@@ -1820,7 +1820,7 @@ TIMER_START();
//timer start
bool timer_wakeup = false;
wake_up( timer_wakeup );
pthread_create (&timer_thread, NULL, timerd_main_thread, (void *) timer_wakeup);
pthread_create (&timer_thread, NULL, timerd_main_thread, (void *) (timer_wakeup && g_settings.shutdown_timer_record_type));
timerd_thread_started = true;
init_cec_setting = true;