Changeset 6202 for source/ariba


Ignore:
Timestamp:
Sep 16, 2009, 3:16:28 PM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

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

    r6133 r6202  
    923923                if(ld->remoteNode != node) continue;
    924924                const EndpointDescriptor& ep = bc->getEndpointDescriptor(ld->communicationId);
     925                if(ep.toString().size()==0) continue;
    925926                if(ep != EndpointDescriptor::UNSPECIFIED()) return ep;
    926927        }
Note: See TracChangeset for help on using the changeset viewer.