Changeset 7496 for source


Ignore:
Timestamp:
Jan 27, 2010, 6:27:56 PM (14 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/BaseCommunication.cpp

    r6944 r7496  
    114114
    115115        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() );
    117118        logging_info( "Done. Local endpoints = " << localDescriptor.toString() );
    118119
Note: See TracChangeset for help on using the changeset viewer.