Attention is currently required from: Timur Davydov, laforge, pespin.
Patch set 2:Code-Review +1
1 comment:
File Transceiver52M/Transceiver.cpp:
Patch Set #1, Line 1090: return rc == -EINVAL ? 0 : rc; /* Ignore invalid values, but report other errors */
If you return early, you bypass `transceiver->ctrl_sock_send()` and the error response is never sent […]
Nevermind, I got confused and thought both parts of the diff belong to the same function.
To view, visit change 42421. To unsubscribe, or for help writing mail filters, visit settings.