diff --git a/lib/compat/checkresultreader.cpp b/lib/compat/checkresultreader.cpp index 3301f9fc4..3b3cb2127 100644 --- a/lib/compat/checkresultreader.cpp +++ b/lib/compat/checkresultreader.cpp @@ -56,6 +56,8 @@ void CheckResultReader::StatsFunc(const Dictionary::Ptr& status, const Array::Pt */ void CheckResultReader::Start(void) { + ObjectImpl::Start(); + m_ReadTimer = new Timer(); m_ReadTimer->OnTimerExpired.connect(boost::bind(&CheckResultReader::ReadTimerHandler, this)); m_ReadTimer->SetInterval(5);