mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 00:58:01 +02: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