update the value of CCECProcessor::m_bMonitor when registering a client. SetControlle...
[deb_libcec.git] / src / lib / CECProcessor.cpp
index 6b93b3de9683bc43af165228c84b0d6612f46a4d..e432033961ab0a487cbeb4d4768d44455ac48824 100644 (file)
@@ -743,6 +743,7 @@ bool CCECProcessor::RegisterClient(CCECClient *client)
 
   // ensure that controlled mode is enabled
   m_communication->SetControlledMode(true);
+  m_bMonitor = false;
 
   // source logical address for requests
   cec_logical_address sourceAddress(CECDEVICE_UNREGISTERED);