mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
src/timerd/timermanager.cpp revert last change
This commit is contained in:
@@ -292,7 +292,7 @@ int CTimerManager::unlockEvents()
|
||||
|
||||
bool CTimerManager::listEvents(CTimerEventMap &Events)
|
||||
{
|
||||
if(Events.empty())
|
||||
if(!&Events)
|
||||
return false;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user