progagate reply returnvalue
fsfw/fsfw/pipeline/pr-development This commit looks good Details

This commit is contained in:
Robin Müller 2022-04-11 13:57:18 +02:00
parent 7e61ce1ed2
commit 17771c0497
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 2 deletions

View File

@ -801,8 +801,7 @@ ReturnValue_t LocalDataPoolManager::generateSetStructurePacket(sid_t sid, bool i
HousekeepingMessage::setHkStuctureReportReply(&reply, sid, storeId);
}
hkQueue->reply(&reply);
return result;
return hkQueue->reply(&reply);
}
void LocalDataPoolManager::clearReceiversList() {