From d89e40574879403fb45a428d6205d6f6f5c95a14 Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Fri, 8 Mar 2013 13:22:36 +0000 Subject: [PATCH] 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 --- slsDetectorSoftware/MySocketTCP/genericSocket.h | 1 + 1 file changed, 1 insertion(+) diff --git a/slsDetectorSoftware/MySocketTCP/genericSocket.h b/slsDetectorSoftware/MySocketTCP/genericSocket.h index b86a1132b..6c706e616 100644 --- a/slsDetectorSoftware/MySocketTCP/genericSocket.h +++ b/slsDetectorSoftware/MySocketTCP/genericSocket.h @@ -445,6 +445,7 @@ protocol(p), is_a_server(0), socketDescriptor(-1),file_des(-1), packet_size(ps), if (ip==string(buf)) { //printf("%s\n", iap->ifa_name); strcpy(buf,iap->ifa_name); + break; } } }