From 8770c9f6fb5395d6d0416a51e04668562a39502f Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 18 Feb 2022 14:27:50 +0100 Subject: [PATCH] fix, wip --- .../eigerDetectorServer/slsDetectorFunctionList.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c index 2babbe900..0a25fac2c 100644 --- a/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c @@ -846,7 +846,7 @@ int getDynamicRange(int *retval) { *retval = eiger_dynamicrange; #else sharedMemory_lockLocalLink(); - if (!Feb_Control_GetDynamicRange(&retval)) { + if (!Feb_Control_GetDynamicRange(retval)) { sharedMemory_unlockLocalLink(); return FAIL; }