mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-07 05:38:33 +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");
|
xprintf("zeit > dmxCN.lastChanged + TIME_EIT_VERSION_WAIT\n");
|
||||||
sendToSleepNow = true;
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user