cec: fix handler init
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 762052bc6050c752e56fd0a7d16650f0a492fb55..0469b31e0eaf6412360f6ced970c8f4cad619a4e 100644 (file)
@@ -130,6 +130,7 @@ namespace CEC
     int32_t        m_iTransmitTimeout;
     int32_t        m_iTransmitWait;
     int8_t         m_iTransmitRetries;
+    bool           m_bHandlerInited;
     CMutex         m_receiveMutex;
     CCondition     m_condition;
   };