fixed - reset CVLCommandHandler::m_bCapabilitiesSent when the TV goes to standby
[deb_libcec.git] / src / lib / implementations / VLCommandHandler.cpp
index 1db9fb139c7691bcd427f57a6773097bde97bac7..d14bec66cd1fe0c71cd569ab3bec21c53ab0a390 100644 (file)
@@ -203,6 +203,7 @@ int CVLCommandHandler::HandleStandby(const cec_command &command)
   {
     CLockObject lock(m_mutex);
     m_iPowerUpEventReceived = 0;
+    m_bCapabilitiesSent = false;
   }
 
   return CCECCommandHandler::HandleStandby(command);