Ignore:
Timestamp:
Aug 7, 2009, 11:39:27 AM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

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

    r5758 r5761  
    222222                // all nodes that I know, fingers, succ/pred
    223223                for (size_t i = 0; i < table->size(); i++){
    224                         if ((*table)[i]->ref_count != 0
    225                                         && !(*table)[i]->info.isUnspecified())
     224                        if (/*(*table)[i]->ref_count != 0
     225                                        &&*/ !(*table)[i]->info.isUnspecified())
    226226                                nodelist.push_back((*table)[i]->id);
    227227                }
Note: See TracChangeset for help on using the changeset viewer.