eitd/sectionsd.cpp: bugfix after 8f5d75fe04:

neutrino do set current channel to 0 in standby, too


Origin commit data
------------------
Branch: ni/coolstream
Commit: d0593a5572
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-08 (Thu, 08 Jan 2015)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-01-08 16:17:41 +03:00
parent 167ca5deb0
commit 389d6fc968

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();