another tmp FDIR fix
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
This commit is contained in:
parent
322151acf8
commit
97268af555
@ -42,7 +42,9 @@ ReturnValue_t TmpDevFdir::eventReceived(EventMessage* event) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// else
|
// else
|
||||||
|
if (missedReplyCount.incrementAndCheck()) {
|
||||||
setFaulty(event->getEvent());
|
setFaulty(event->getEvent());
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case StorageManagerIF::GET_DATA_FAILED:
|
case StorageManagerIF::GET_DATA_FAILED:
|
||||||
case StorageManagerIF::STORE_DATA_FAILED:
|
case StorageManagerIF::STORE_DATA_FAILED:
|
||||||
|
Loading…
Reference in New Issue
Block a user