Ignore:
Timestamp:
Aug 3, 2009, 12:44:09 PM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/BaseCommunication.cpp

    r5614 r5615  
    367367                        ld->remoteLocator = remote->clone();
    368368                        ld->remoteEndpoint = msg->getLocalDescriptor();
     369                        add_endpoint(ld);
    369370
    370371                        // add layer 1-3 addresses
     
    430431                        );
    431432                        ld.up = true;
     433                        add_endpoint(ld);
    432434
    433435                        logging_debug( "Link is now up with local id "
     
    512514/// add a newly allocated link to the set of links
    513515void BaseCommunication::addLink( LinkDescriptor* link ) {
    514         add_endpoint(link->remoteLocator);
    515516        linkSet.push_back( link );
    516517}
Note: See TracChangeset for help on using the changeset viewer.