source:
trunk/kitgen/globus-export_sec_context.patch@
190
Last change on this file since 190 was 175, checked in by , 12 years ago | |
---|---|
File size: 747 bytes |
-
source-trees/gsi/gssapi/source/library/export_sec_context.c
old new GSS_CALLCONV gss_export_sec_context( 247 247 globus_mutex_unlock(&context->mutex); 248 248 249 249 /* Now delete the GSS context as per RFC */ 250 /* 250 251 major_status = gss_delete_sec_context(&local_minor_status, 251 252 context_handle_P, 252 253 GSS_C_NO_BUFFER); … … GSS_CALLCONV gss_export_sec_context( 257 258 GLOBUS_GSI_GSSAPI_ERROR_WITH_GSS_CONTEXT); 258 259 goto exit; 259 260 } 260 261 */ 261 262 goto exit; 262 263 263 264 unlock_mutex:
Note:
See TracBrowser
for help on using the repository browser.