cosmetic.
This commit is contained in:
@@ -111,11 +111,14 @@ void* EBusLoop::run()
|
|||||||
busCommand->setResult(std::string(), RESULT_OK);
|
busCommand->setResult(std::string(), RESULT_OK);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
sendRetries = 0;
|
L.log(bus, event, " send retry failed", sendRetries);
|
||||||
|
|
||||||
if (busCommand->isPoll() == true)
|
if (busCommand->isPoll() == true)
|
||||||
delete m_sendBuffer.remove();
|
delete m_sendBuffer.remove();
|
||||||
else
|
else
|
||||||
busCommand->sendSignal();
|
busCommand->sendSignal();
|
||||||
|
|
||||||
|
sendRetries = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user