summaryrefslogtreecommitdiffstats
path: root/timer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'timer.hpp')
-rw-r--r--timer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/timer.hpp b/timer.hpp
index 6a59c0d..e39d85c 100644
--- a/timer.hpp
+++ b/timer.hpp
@@ -67,7 +67,7 @@ class Timer
*
* This is set to true when the timeoutHandler is called into
*/
- bool expired = false;
+ bool expired = true;
/** @brief Initializes the timer object with infinite
* expiration time and sets up the callback handler
OpenPOWER on IntegriCloud