Ignore:
Timestamp:
Aug 4, 2009, 5:41:36 PM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

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

    r5674 r5675  
    250250                logging_info("new routing neighbor: " << remote.toString()
    251251                                << " with link " << lnk.toString());
     252                // replace with new link
     253                if (!item->info.isUnspecified())
     254                        baseoverlay.dropLink(item->info);
    252255                item->info = lnk;
    253256        } else { // no-> add orphan entry to routing table
Note: See TracChangeset for help on using the changeset viewer.