summaryrefslogtreecommitdiff
path: root/timers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'timers.cpp')
-rw-r--r--timers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/timers.cpp b/timers.cpp
index b497d1b..9f0c8fb 100644
--- a/timers.cpp
+++ b/timers.cpp
@@ -109,7 +109,7 @@ void TimerManager::DoPendingWork()
dsyslog("SV: signalling waiters");
m_updateWait.Broadcast();
}
- m_timers.ReloadTimers();
+ DoReloadTimers();
}
void TimerManager::DoUpdateTimers()