Ignore:
Timestamp:
Aug 13, 2009, 2:51:52 AM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp

    r5735 r5902  
    267267                        }
    268268                }
     269                if (best_item != NULL && distance(value, id)<distance(value, best_item->id))
     270                        return NULL;
    269271                return best_item;
    270272        }
Note: See TracChangeset for help on using the changeset viewer.