Ignore:
Timestamp:
May 26, 2009, 10:08:27 AM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

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

    r3695 r3696  
    333333                        for (size_t i = 0; i < table->size(); i++) {
    334334                                route_item* it = (*table)[i];
    335                                 if (it->ref_count == 0) {
     335                                if (it->ref_count == 0 && !it->info.isUnspecified()) {
    336336                                        baseoverlay.dropLink(it->info);
    337337                                        logging_debug("dropping orphaned link " << it->info.toString() << " to " << it->id.toString());
Note: See TracChangeset for help on using the changeset viewer.