Changeset 3696
- Timestamp:
- May 26, 2009, 10:08:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r3695 r3696 333 333 for (size_t i = 0; i < table->size(); i++) { 334 334 route_item* it = (*table)[i]; 335 if (it->ref_count == 0 ) {335 if (it->ref_count == 0 && !it->info.isUnspecified()) { 336 336 baseoverlay.dropLink(it->info); 337 337 logging_debug("dropping orphaned link " << it->info.toString() << " to " << it->id.toString());
Note:
See TracChangeset
for help on using the changeset viewer.