From 6accbdd431ad2e2e4d7b1568840f7566e36e024d Mon Sep 17 00:00:00 2001 From: horchi Date: Tue, 18 Aug 2020 18:13:15 +0200 Subject: 2020-08-18: version 1.1.117 (horchi)\n - addeed: compatibility to VDRs peering feature\n\n --- timer.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'timer.c') diff --git a/timer.c b/timer.c index 6f20e48..0301723 100644 --- a/timer.c +++ b/timer.c @@ -649,6 +649,9 @@ int cUpdate::updateTimerTable() for (const cTimer* t = timers->First(); t; t = timers->Next(t)) { + if (!t->Local()) + continue; + int timerid = getTimerIdOf(t); // compare by timerid @@ -709,6 +712,9 @@ int cUpdate::updateTimerTable() int insert = yes; int timerId = getTimerIdOf(t); + if (!t->Local()) + continue; + // no timer id or not in table -> handle as insert! timerDb->clear(); -- cgit v1.2.3