Changeset 7496 for source/ariba/communication
- Timestamp:
- Jan 27, 2010, 6:27:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.cpp
r6944 r7496 114 114 115 115 logging_info( "Searching for local locators ..." ); 116 AddressDiscovery::discover_endpoints( localDescriptor.getEndpoints() ); 116 if(localDescriptor.getEndpoints().to_string().length() == 0) 117 AddressDiscovery::discover_endpoints( localDescriptor.getEndpoints() ); 117 118 logging_info( "Done. Local endpoints = " << localDescriptor.toString() ); 118 119
Note:
See TracChangeset
for help on using the changeset viewer.