added fix so that unit test runs

This commit is contained in:
Robin Müller 2020-05-04 19:58:07 +02:00
parent 9349b393bb
commit 1131aa54d8

View File

@ -263,7 +263,7 @@ inline ReturnValue_t LocalPool<NUMBER_OF_POOLS>::reserveSpace(
size_list[address->pool_index][address->packet_index] = size;
} else {
if (!ignoreFault) {
if (!ignoreFault and internalErrorReporter != nullptr) {
internalErrorReporter->storeFull();
}
// error << "LocalPool( " << std::hex << getObjectId() << std::dec