mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
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:
@@ -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