Ignore:
Timestamp:
Aug 3, 2009, 2:29:12 PM (15 years ago)
Author:
Christoph Mayer
Message:

maemo segfault wegen static object ctors workaround

File:
1 edited

Legend:

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

    r5554 r5624  
    654654        // find link descriptor. not found -> return unspecified
    655655        const LinkDescriptor* ld = getDescriptor(link);
    656         if (ld==NULL) return EndpointDescriptor::UNSPECIFIED;
     656        if (ld==NULL) return EndpointDescriptor::UNSPECIFIED();
    657657
    658658        // return endpoint-descriptor from base communication
     
    670670        if( overlayInterface == NULL ) {
    671671                logging_error( "overlay interface not set, cannot resolve endpoint" );
    672                 return EndpointDescriptor::UNSPECIFIED;
     672                return EndpointDescriptor::UNSPECIFIED();
    673673        }
    674674
Note: See TracChangeset for help on using the changeset viewer.