Changeset 4762 for source


Ignore:
Timestamp:
Jul 6, 2009, 3:43:11 PM (15 years ago)
Author:
Christoph Mayer
Message:

avahi optional

Location:
source/ariba
Files:
2 edited

Legend:

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

    r4582 r4762  
    9797                IPv4Locator* ipv4locator = dynamic_cast<IPv4Locator*>(*i);
    9898
    99                 // TODO: which locators are find to bind to?
     99                // TODO: which locators can we find to bind to?
    100100                // localhost is not too bad, works when testing locally
    101101                // with several instances. the manual override currently
  • source/ariba/overlay/BaseOverlay.cpp

    r4483 r4762  
    696696        /* Handle spovnet instance join requests
    697697         */
    698         else if( overlayMsg->isType(OverlayMsg::OverlayMessageTypeJoinRequest) &&
    699                                                 state == BaseOverlayStateInitiator){
     698        else if( overlayMsg->isType(OverlayMsg::OverlayMessageTypeJoinRequest) ){
    700699
    701700                logging_debug(
     
    748747                return true;
    749748
    750         } // else if( overlayMsg->isType(OverlayMsg::OverlayMessageTypeJoinRequest)
    751           //          && state == BaseOverlayStateInitiator)
     749        } // else if( overlayMsg->isType(OverlayMsg::OverlayMessageTypeJoinRequest))
    752750
    753751        /* ************************************************************************
Note: See TracChangeset for help on using the changeset viewer.