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

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

initial commit

File size: 747 bytes
RevLine 
[175]1--- globus/source-trees/gsi/gssapi/source/library/export_sec_context.c 2006-01-19 06:56:09.000000000 +0100
2+++ globus-patched/source-trees/gsi/gssapi/source/library/export_sec_context.c 2009-02-24 18:10:28.000000000 +0100
3@@ -247,6 +247,7 @@ GSS_CALLCONV gss_export_sec_context(
4 globus_mutex_unlock(&context->mutex);
5
6 /* Now delete the GSS context as per RFC */
7+/*
8 major_status = gss_delete_sec_context(&local_minor_status,
9 context_handle_P,
10 GSS_C_NO_BUFFER);
11@@ -257,7 +258,7 @@ GSS_CALLCONV gss_export_sec_context(
12 GLOBUS_GSI_GSSAPI_ERROR_WITH_GSS_CONTEXT);
13 goto exit;
14 }
15-
16+*/
17 goto exit;
18
19 unlock_mutex:
Note: See TracBrowser for help on using the repository browser.