diff --git a/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c index a199ffd68..3695c1a6b 100644 --- a/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c @@ -2388,8 +2388,7 @@ int stopStateMachine() { return OK; #else sharedMemory_lockLocalLink(); - if ((Feb_Control_StopAcquisition() != STATUS_IDLE) || - (!Beb_StopAcquisition())) { + if ((Feb_Control_StopAcquisition() != STATUS_IDLE)) { LOG(logERROR, ("failed to stop acquisition\n")); sharedMemory_unlockLocalLink(); return FAIL;