Changeset 5689 for source/ariba
- Timestamp:
- Aug 5, 2009, 9:36:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/SideportListener.cpp
r5686 r5689 117 117 overlay->bc->queryLocalLink(link->communicationId); 118 118 119 if(bclink.isUnspecified() || bclink.localLocator == NULL){ 120 logging_error("no reachability for node " << node.toString()); 121 return (Protocol)ret; 122 } 119 if(bclink.isUnspecified() || bclink.localLocator == NULL) return (Protocol)ret; 123 120 124 121 const address_v* locator = bclink.remoteLocator; … … 137 134 ret |= SideportListener::rfcomm; 138 135 } 139 140 logging_error("reachability for node " << node.toString() << " is " << ret);141 136 142 137 return (Protocol)ret;
Note:
See TracChangeset
for help on using the changeset viewer.