From 1fce54ec4b63bff705f2d46459f2a325bbe810ae Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Tue, 28 Nov 2017 10:35:06 +0100 Subject: [PATCH] zmqport in users fixed --- slsDetectorSoftware/slsDetector/slsDetectorUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/slsDetector/slsDetectorUtils.h b/slsDetectorSoftware/slsDetector/slsDetectorUtils.h index 76f6319e9..02f6cb4f7 100644 --- a/slsDetectorSoftware/slsDetector/slsDetectorUtils.h +++ b/slsDetectorSoftware/slsDetector/slsDetectorUtils.h @@ -116,7 +116,7 @@ class slsDetectorUtils : public slsDetectorActions, public postProcessing { int setClientDataStreamingInPort(int i){ \ if (i >= 0) { \ ostringstream ss; ss << i; string s = ss.str(); \ - int prev_streaming = enableDataStreamingToClient()(); \ + int prev_streaming = enableDataStreamingToClient(); \ setNetworkParameter(CLIENT_STREAMING_PORT, s); \ if (prev_streaming) { \ enableDataStreamingToClient(0); \