Ignore:
Timestamp:
Aug 6, 2009, 3:00:04 PM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/chord/Chord.cpp

    r5743 r5748  
    377377                        else {
    378378                                // find next hop
    379                                 const route_item* item = table->get_next_hop(m->getDestination(),true);
     379                                const route_item* item = table->get_next_hop(m->getDestination());
    380380                                if (item == NULL || item->id == nodeid) break;
    381381                                logging_debug("routing discovery message to " <<
Note: See TracChangeset for help on using the changeset viewer.