mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-06 05:08:35 +02:00
sectionsd: add a forgotten 'no epg' event
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1261 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -7789,6 +7789,13 @@ static void *cnThread(void *)
|
||||
{
|
||||
xprintf("zeit > dmxCN.lastChanged + TIME_EIT_VERSION_WAIT\n");
|
||||
sendToSleepNow = true;
|
||||
/* we can get here if we got the EIT version but no events */
|
||||
/* send a "no epg" event anyway before going to sleep */
|
||||
if (messaging_have_CN == 0x00)
|
||||
eventServer->sendEvent(CSectionsdClient::EVT_GOT_CN_EPG,
|
||||
CEventServer::INITID_SECTIONSD,
|
||||
&messaging_current_servicekey,
|
||||
sizeof(messaging_current_servicekey));
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user