cec: don't refresh the physical address in the poll thread
[deb_libcec.git] / src / lib / CECProcessor.cpp
index a768cf4ead4acf3337f28588f4988f6b3b56c3a8..292d69dd56e223dbf5249383831ade80b29de88e 100644 (file)
@@ -850,7 +850,7 @@ void *CCECBusScan::Process(void)
       if (device && device->GetStatus() == CEC_DEVICE_STATUS_PRESENT)
       {
         if (!IsStopped())
-          device->GetPhysicalAddress();
+          device->GetPhysicalAddress(false);
         Sleep(5);
 
         if (!IsStopped())