Changeset 5945 for source/ariba


Ignore:
Timestamp:
Aug 14, 2009, 10:22:53 AM (15 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/SideportListener.cpp

    r5944 r5945  
    114114                if(link == NULL) continue;
    115115
    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;
    118118                }
    119119        }
Note: See TracChangeset for help on using the changeset viewer.