X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FCECCommandHandler.cpp;h=9debd5d9423cd3ad0fd47fc35400674c997b2278;hb=9f332fe262328ff230ae4ea69004f8f2e9f61e6f;hp=a073a3fe475b031010a84c042a7a3d5d426c5c0b;hpb=7e793bdd615591495e9010282ca60d017bacfa7d;p=deb_libcec.git diff --git a/src/lib/implementations/CECCommandHandler.cpp b/src/lib/implementations/CECCommandHandler.cpp index a073a3f..9debd5d 100644 --- a/src/lib/implementations/CECCommandHandler.cpp +++ b/src/lib/implementations/CECCommandHandler.cpp @@ -150,9 +150,7 @@ bool CCECCommandHandler::HandleCommand(const cec_command &command) break; } - if (command.destination == CECDEVICE_BROADCAST || m_busDevice->MyLogicalAddressContains(command.destination)) - m_busDevice->GetProcessor()->AddCommand(command); - + m_busDevice->GetProcessor()->AddCommand(command); return bHandled; }