Ignore:
Timestamp:
Nov 5, 2009, 9:03:35 AM (14 years ago)
Author:
Christoph Mayer
Message:

-kleine fixes

File:
1 edited

Legend:

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

    r6266 r6832  
    251251                                << " with link " << lnk.toString());
    252252                // replace with new link
    253                 if (!item->info.isUnspecified() || item->info!=lnk)
     253                if (item->info!=lnk && item->info.isUnspecified()==false)
    254254                        baseoverlay.dropLink(item->info);
    255255                item->info = lnk;
Note: See TracChangeset for help on using the changeset viewer.