mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
eitd/sectionsd.cpp: do not send EVT_EIT_COMPLETE, if scanning paused
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a831b87a0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-10-10 (Thu, 10 Oct 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1701,10 +1701,12 @@ void CEitThread::beforeSleep()
|
||||
writeLockMessaging();
|
||||
messaging_zap_detected = false;
|
||||
unlockMessaging();
|
||||
eventServer->sendEvent(CSectionsdClient::EVT_EIT_COMPLETE,
|
||||
CEventServer::INITID_SECTIONSD,
|
||||
¤t_service,
|
||||
sizeof(messaging_current_servicekey));
|
||||
if (scanning) {
|
||||
eventServer->sendEvent(CSectionsdClient::EVT_EIT_COMPLETE,
|
||||
CEventServer::INITID_SECTIONSD,
|
||||
¤t_service,
|
||||
sizeof(messaging_current_servicekey));
|
||||
}
|
||||
if(notify_complete)
|
||||
system(CONFIGDIR "/epgdone.sh");
|
||||
}
|
||||
|
Reference in New Issue
Block a user