summaryrefslogtreecommitdiff
path: root/timer_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'timer_thread.c')
-rw-r--r--timer_thread.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/timer_thread.c b/timer_thread.c
index ec82977..feef7b3 100644
--- a/timer_thread.c
+++ b/timer_thread.c
@@ -89,9 +89,10 @@ void cTimerThread::Action(void)
m_Active=false;
break;
}
- {
- LOCK_TIMERS_WRITE;
- }
+ {
+ LOCK_TIMERS_WRITE;
+ Timers->SetExplicitModify();
+ }
bool bSuccess = SendViaSVDRP(m_cmd);
if (!bSuccess)
{