- Timestamp:
- Aug 7, 2009, 12:41:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/SideportListener.cpp
r5773 r5774 117 117 overlay->bc->queryLocalLink(link->communicationId); 118 118 119 if(bclink.isUnspecified() || bclink.remoteLocator == NULL){ 120 cout << "XXXXXXXXXXXXx invalid bclink for node " << node.toString() << std::endl; 121 return (Protocol)ret; 122 } 119 if(bclink.isUnspecified() || bclink.remoteLocator == NULL) return (Protocol)ret; 123 120 124 121 const address_v* locator = bclink.remoteLocator;
Note:
See TracChangeset
for help on using the changeset viewer.