Ignore:
Timestamp:
Jul 29, 2009, 4:56:50 PM (15 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

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

    r5433 r5436  
    189189                        nodelist.push_back( *(table->get_predesessor()) );
    190190                }
    191                
     191
    192192                if( table->get_successor() != NULL ){
    193193                        nodelist.push_back( *(table->get_successor()) );
Note: See TracChangeset for help on using the changeset viewer.