missing fifo pop command

This commit is contained in:
Robin Müller 2022-11-02 16:07:00 +01:00
parent e302c89f74
commit e1d4209fbe
1 changed files with 2 additions and 0 deletions

View File

@ -274,6 +274,8 @@ ReturnValue_t TcpTmTcServer::handleTmSending(socket_t connSocket, bool& tmSent)
ConstStorageAccessor storeAccessor(storeId);
ReturnValue_t result = tmStore->getData(storeId, storeAccessor);
if (result != returnvalue::OK) {
// Invalid entry, pop FIFO
tmtcBridge->tmFifo->pop();
return result;
}
if (wiretappingEnabled) {