diff options
Diffstat (limited to 'recmanager.c')
-rw-r--r-- | recmanager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recmanager.c b/recmanager.c index 1c56c97..58e616b 100644 --- a/recmanager.c +++ b/recmanager.c @@ -130,7 +130,7 @@ cTimer *cRecManager::createLocalTimer(const cEvent *event, std::string path) { isyslog("timer %s added (active)", *timer->ToDescr()); #endif } - return timer; + return timers->GetTimer(timer); } cTimer *cRecManager::createRemoteTimer(const cEvent *event, std::string path) { |