From 8738700e8a9fd446eff5b249df777c8514af35bc Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 15 Jan 2019 11:58:59 +0100 Subject: [PATCH] insignificant --- slsDetectorSoftware/slsDetector/slsDetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/slsDetector/slsDetector.cpp b/slsDetectorSoftware/slsDetector/slsDetector.cpp index c82db367b..a1a91c025 100644 --- a/slsDetectorSoftware/slsDetector/slsDetector.cpp +++ b/slsDetectorSoftware/slsDetector/slsDetector.cpp @@ -2955,7 +2955,7 @@ void slsDetector::setClientStreamingIP(std::string sourceIP) { } std::string slsDetector::getClientStreamingIP() { - return thisDetector->zmqip; + return std::string(thisDetector->zmqip); } void slsDetector::setReceiverStreamingIP(std::string sourceIP) {