This commit is contained in:
Erik Frojdh 2018-05-28 18:46:08 +02:00
parent da1b6ad62d
commit 32c1a45e11

View File

@ -5789,7 +5789,7 @@ string multiSlsDetector::getReceiverLastClientIP()
int multiSlsDetector::exitReceiver()
{
//(Erik) logic is flawed should return fail if any fails
int ival = FAIL, iv;
for (int idet = 0; idet < thisMultiDetector->numberOfDetectors; ++idet) {
if (detectors[idet]) {