Changeset 5548 for source


Ignore:
Timestamp:
Jul 31, 2009, 6:15:19 PM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

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

    r5545 r5548  
    216216                }
    217217        LinkDescriptor* ld = getDescriptor(overlayInterface->getNextLinkId(nodeid));
    218         if (ld->relay)
     218        if (ld != NULL && ld->relay)
    219219                return getRelayDescriptor(ld->localRelay);
     220        return NULL;
    220221}
    221222
Note: See TracChangeset for help on using the changeset viewer.