mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-10 14:50:02 +02:00
network parameter should return with extra plus at the end like hostname
This commit is contained in:
parent
167a6cff3e
commit
6753f8ba6c
@ -3664,13 +3664,15 @@ string multiSlsDetector::getNetworkParameter(networkParameter p) {
|
|||||||
setErrorMask(getErrorMask()|(1<<idet));
|
setErrorMask(getErrorMask()|(1<<idet));
|
||||||
|
|
||||||
if (s0=="")
|
if (s0=="")
|
||||||
s0=s;
|
s0=s+string("+");
|
||||||
else
|
else
|
||||||
s0+=string("+")+s;
|
s0+=s+string("+");
|
||||||
|
|
||||||
if (s1=="")
|
if (s1=="")
|
||||||
s1=s;
|
s1=s;
|
||||||
else if (s1!=s)
|
else if (s1!=s)
|
||||||
s1="bad";
|
s1="bad";
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (s1=="bad")
|
if (s1=="bad")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user