eitd/sectionsd.cpp: fix channels events when no channel list passed

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9e35cb9ede
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-14 (Tue, 14 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-02-14 12:21:28 +04:00
parent 7b4374a694
commit 10251814d5

View File

@@ -4511,7 +4511,7 @@ void sectionsd_getChannelEvents(CChannelEventList &eList, const bool tv_mode = t
break;
}
}
if(clen == (int) eList.size())
if(clen && (clen == (int) eList.size()))
break;
}
}