source: trunk/kitgen/globus-export_sec_context.patch@ 201

Last change on this file since 201 was 175, checked in by demin, 12 years ago

initial commit

File size: 747 bytes
  • source-trees/gsi/gssapi/source/library/export_sec_context.c

    old new GSS_CALLCONV gss_export_sec_context(  
    247247    globus_mutex_unlock(&context->mutex);
    248248   
    249249    /* Now delete the GSS context as per RFC */
     250/*
    250251    major_status = gss_delete_sec_context(&local_minor_status,
    251252                                          context_handle_P,
    252253                                          GSS_C_NO_BUFFER);
    GSS_CALLCONV gss_export_sec_context(  
    257258            GLOBUS_GSI_GSSAPI_ERROR_WITH_GSS_CONTEXT);
    258259        goto exit;
    259260    }
    260 
     261*/
    261262    goto exit;
    262263
    263264 unlock_mutex:
Note: See TracBrowser for help on using the repository browser.