Changeset 5945
- Timestamp:
- Aug 14, 2009, 10:22:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/SideportListener.cpp
r5944 r5945 114 114 if(link == NULL) continue; 115 115 116 BOOST_FOREACH(Node route, link->routeRecord){117 if(route == node) return false;116 BOOST_FOREACH(NodeID route, link->routeRecord){ 117 if(route == node) return true; 118 118 } 119 119 }
Note:
See TracChangeset
for help on using the changeset viewer.