Changeset 5774 for source


Ignore:
Timestamp:
Aug 7, 2009, 12:41:52 PM (15 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/SideportListener.cpp

    r5773 r5774  
    117117                overlay->bc->queryLocalLink(link->communicationId);
    118118
    119         if(bclink.isUnspecified() || bclink.remoteLocator == NULL){
    120                 cout << "XXXXXXXXXXXXx invalid bclink for node " << node.toString() << std::endl;
    121                 return (Protocol)ret;
    122         }
     119        if(bclink.isUnspecified() || bclink.remoteLocator == NULL) return (Protocol)ret;
    123120
    124121        const address_v* locator = bclink.remoteLocator;
Note: See TracChangeset for help on using the changeset viewer.