mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
included the break needed for the second network card problem in genericsocket
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@489 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -445,6 +445,7 @@ protocol(p), is_a_server(0), socketDescriptor(-1),file_des(-1), packet_size(ps),
|
|||||||
if (ip==string(buf)) {
|
if (ip==string(buf)) {
|
||||||
//printf("%s\n", iap->ifa_name);
|
//printf("%s\n", iap->ifa_name);
|
||||||
strcpy(buf,iap->ifa_name);
|
strcpy(buf,iap->ifa_name);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user