Ignore:
Timestamp:
Aug 4, 2009, 3:44:21 PM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

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

    r5664 r5665  
    354354                                // find next hop
    355355                                const route_item* item = table->get_next_hop(
    356                                                 m->getDestination());
    357                                 if (item->id == nodeid) break;
     356                                                m->getDestination(),true);
     357                                if (item == NULL || item->id == nodeid) break;
    358358                                logging_debug("routing discovery message to " <<
    359359                                                item->id.toString() );
Note: See TracChangeset for help on using the changeset viewer.