Changeset 6965 for source/ariba/overlay


Ignore:
Timestamp:
Nov 19, 2009, 3:09:02 PM (14 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/BaseOverlay.cpp

    r6962 r6965  
    361361
    362362                // check if link is relayed and retry connecting directly
    363                 if ( ld->relayed && ld->retryCounter > 0) {
     363                if ( ld->relayed && !ld->communicationUp && ld->retryCounter > 0) {
    364364                        ld->retryCounter--;
    365                         ld->communicationId = bc->establishLink( ld->endpoint );
     365//                      ld->communicationId = bc->establishLink( ld->endpoint );
    366366                }
    367367
Note: See TracChangeset for help on using the changeset viewer.