Changeset 80 in libcf for trunk/src/cf_debug.c


Ignore:
Timestamp:
04/30/13 17:12:40 (11 years ago)
Author:
cheese
Message:

#1 fix posix-thread scheduling mechanism on solaris

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_debug.c

    r71 r80  
    376376    }
    377377
    378     return CF_OK;
     378    return result;
    379379}
    380380
     
    392392
    393393    if (gDebugSingleCtx == NULL)
    394     {
    395394        result = CF_Debug_CreateCtx (&gDebugSingleCtx);
    396         if (result != CF_OK)
    397             return result;
    398     }
    399 
    400     return CF_OK;
     395
     396    return result;
    401397}
    402398
Note: See TracChangeset for help on using the changeset viewer.