mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 13:53:21 +01:00
insignificant
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user