eitd/sectionsd.cpp: bugfix after bb10dced7e:

neutrino do set current channel to 0 in standby, too


Origin commit data
------------------
Commit: d0593a5572
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-08 (Thu, 08 Jan 2015)
This commit is contained in:
[CST] Focus
2015-01-08 16:17:41 +03:00
parent 7ef96cf0f9
commit a75181470c

View File

@@ -915,6 +915,7 @@ static void commandserviceChanged(int connfd, char *data, const unsigned dataLen
if (cmd->dnum) {
/* dont wakeup EIT, if we have max events allready */
if (max_events == 0 || (mySIeventsOrderUniqueKey.size() < max_events)) {
current_channel_id = uniqueServiceKey;
writeLockMessaging();
messaging_zap_detected = true;
unlockMessaging();