summaryrefslogtreecommitdiffstats
path: root/src/ClockTAI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClockTAI.h')
-rw-r--r--src/ClockTAI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClockTAI.h b/src/ClockTAI.h
index ac4978c..e0dc439 100644
--- a/src/ClockTAI.h
+++ b/src/ClockTAI.h
@@ -78,7 +78,7 @@ class ClockTAI : public RemoteControllable {
mutable std::mutex m_data_mutex;
// The currently used TAI-UTC offset
- int m_offset;
+ int m_offset = 0;
int m_offset_valid = false;
mutable std::stringstream m_bulletin;