display an alert message when another device uses the same physical address as libCEC...
[deb_libcec.git] / src / lib / CECClient.cpp
index dc4bbd88676f06ff6b9cf6bf9aebc87d521abae8..9d814cd35868409222f1f0457b0441a941388434 100644 (file)
@@ -208,7 +208,7 @@ bool CCECClient::SetHDMIPort(const cec_logical_address iBaseDevice, const uint8_
 
 void CCECClient::ResetPhysicalAddress(void)
 {
-  SetPhysicalAddress(m_configuration);
+  SetPhysicalAddress(CEC_DEFAULT_PHYSICAL_ADDRESS);
 }
 
 void CCECClient::SetPhysicalAddress(const libcec_configuration &configuration)