cec: removed 'retries' from cec_command, to avoid stack smashing when upgrading the...
[deb_libcec.git] / src / lib / AdapterCommunication.cpp
index 2bdbb04deded358fa721a2305cb254479a02f8fa..54077d6ed776b4b6ef72f0dcc0d76cffd948ab45 100644 (file)
@@ -43,7 +43,6 @@ using namespace CEC;
 CCECAdapterMessage::CCECAdapterMessage(const cec_command &command)
 {
   clear();
-  maxTries = command.retries + 1;
 
   //set ack polarity to high when transmitting to the broadcast address
   //set ack polarity low when transmitting to any other address