mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
sectionsd.cpp:-fix search mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: 324a4721f4
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-16 (Sun, 16 Sep 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2159,7 +2159,9 @@ void CEitManager::getEventsServiceKey(t_channel_id serviceUniqueKey, CChannelEve
|
||||
{
|
||||
dprintf("sendAllEvents for " PRINTF_CHANNEL_ID_TYPE "\n", serviceUniqueKey);
|
||||
|
||||
eList.clear();
|
||||
if(!eList.empty() && search == 0)//skip on search mode
|
||||
eList.clear();
|
||||
|
||||
t_channel_id serviceUniqueKey64 = serviceUniqueKey& 0xFFFFFFFFFFFFULL; //0xFFFFFFFFFFFFULL for CREATE_CHANNEL_ID64
|
||||
if(serviceUniqueKey64 == 0)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user