mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
CTimerManager:: don't set wekup flag if box boot from zapto timer
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1396896dd1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-01 (Wed, 01 May 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
[CST] Focus
parent
432576c7d9
commit
5d2e0aadcd
@@ -61,6 +61,7 @@ void CTimerManager::Init(void)
|
||||
eventServer = new CEventServer;
|
||||
m_saveEvents = false;
|
||||
m_isTimeSet = false;
|
||||
timer_is_rec = false;
|
||||
wakeup = 0;
|
||||
loadRecordingSafety();
|
||||
|
||||
@@ -706,6 +707,8 @@ bool CTimerManager::shutdown()
|
||||
dprintf("shutdown: nextAnnounceTime %ld\n", nextAnnounceTime);
|
||||
if ( event->eventType == CTimerd::TIMER_RECORD )
|
||||
timer_is_rec = true;
|
||||
else
|
||||
timer_is_rec = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user