From 040aaec37833982236efb86bc3458305f622a743 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 30 Aug 2021 14:21:49 +0200 Subject: [PATCH] wip --- .../eigerDetectorServer/slsDetectorFunctionList.c | 2 +- .../jungfrauDetectorServer/slsDetectorFunctionList.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c index fb372556c..fd1f4249d 100644 --- a/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c @@ -1551,7 +1551,7 @@ int configureMAC() { getIpAddressinString(src_ip, srcip); getIpAddressinString(dst_ip, dstip); - if (iRxEntry <= numUdpDestinations) { + if (iRxEntry < numUdpDestinations) { LOG(logINFOBLUE, ("\tEntry %d\n", iRxEntry)); LOG(logINFO, ("\tSource IP : %s\n" diff --git a/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c index 104954ffd..be42c3749 100644 --- a/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c @@ -1492,7 +1492,7 @@ int configureMAC() { getIpAddressinString(src_ip2, srcip2); getIpAddressinString(dst_ip2, dstip2); - if (iRxEntry <= numUdpDestinations) { + if (iRxEntry < numUdpDestinations) { LOG(logINFOBLUE, ("\tEntry %d\n", iRxEntry)); LOG(logINFO, ("\tOuter %s\n", (numInterfaces == 2)