Changeset 6938 for source/ariba/overlay


Ignore:
Timestamp:
Nov 17, 2009, 11:50:13 AM (14 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/BaseOverlay.cpp

    r6919 r6938  
    11431143        BOOST_FOREACH(const LinkDescriptor* ld, links){
    11441144                if(ld->remoteNode != node) continue;
     1145                if(!ld->communicationUp) continue;
    11451146                const EndpointDescriptor& ep =
    11461147                                bc->getEndpointDescriptor(ld->communicationId);
    11471148                if(ep.toString() == "") continue;
    1148                 if(ep != EndpointDescriptor::UNSPECIFIED()) return ep;
     1149                if(ep != EndpointDescriptor::UNSPECIFIED()) {
     1150                        logging_info("getEndpointDescriptor: using " << ld->to_string());
     1151                        return ep;
     1152                }
    11491153        }
    11501154
Note: See TracChangeset for help on using the changeset viewer.