Commit f06fe1ea authored by Max Kellermann's avatar Max Kellermann

event/TimeoutMonitor: really reset "active" flag before invoking OnTimeout()

The previous commit was broken. D'oh!
parent d16fb797
...@@ -65,7 +65,7 @@ void ...@@ -65,7 +65,7 @@ void
TimeoutMonitor::Run() TimeoutMonitor::Run()
{ {
#ifdef USE_EPOLL #ifdef USE_EPOLL
active = true; active = false;
#else #else
Cancel(); Cancel();
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment