Changeset 6202 for source/ariba/overlay
- Timestamp:
- Sep 16, 2009, 3:16:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.cpp
r6133 r6202 923 923 if(ld->remoteNode != node) continue; 924 924 const EndpointDescriptor& ep = bc->getEndpointDescriptor(ld->communicationId); 925 if(ep.toString().size()==0) continue; 925 926 if(ep != EndpointDescriptor::UNSPECIFIED()) return ep; 926 927 }
Note:
See TracChangeset
for help on using the changeset viewer.