From 4b05ecd80b3cba44483b8ca541bdd319b8f92820 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 28 Jun 2021 17:12:57 +0200 Subject: [PATCH] wip --- .../eigerDetectorServer/slsDetectorFunctionList.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;