Changeset 5860 for source/ariba/communication/networkinfo
- Timestamp:
- Aug 11, 2009, 1:47:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/networkinfo/NetworkInformation.cpp
r5638 r5860 91 91 logging_error( "getting interface list failed with: " << 92 92 strerror(errno)); 93 94 // if the socket is bogus, try to get 95 // a new one for the next call 96 if(errno == EBADF){ 97 close( infoSocket ); 98 infoSocket = socket( AF_INET, SOCK_DGRAM, 0 ); 99 } 100 93 101 return retlist; 94 102 }
Note:
See TracChangeset
for help on using the changeset viewer.