mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 10:31:09 +02:00
patloops done
This commit is contained in:
@ -388,7 +388,7 @@ int receiveDataOnly(int file_des, void* buf,int length) {
|
||||
if (total_received>0)
|
||||
thisClientIP = dummyClientIP;
|
||||
|
||||
if (lastClientIP == thisClientIP) {
|
||||
if (lastClientIP != thisClientIP) {
|
||||
differentClients = 1;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user