mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user