svn rev #23925: trunk/src/lib/gssapi/mechglue/
tlyu@MIT.EDU
tlyu at MIT.EDU
Thu Apr 22 16:04:02 EDT 2010
http://src.mit.edu/fisheye/changelog/krb5/?cs=23925
Commit By: tlyu
Log Message:
ticket: 6696
target_version: 1.8.2
tags: pullup
Apply patch from Arlene Berry to cease freeing error tokens output by
accept_sec_context, allowing them to actually be sent to the
initiator.
Changed Files:
U trunk/src/lib/gssapi/mechglue/g_accept_sec_context.c
Modified: trunk/src/lib/gssapi/mechglue/g_accept_sec_context.c
===================================================================
--- trunk/src/lib/gssapi/mechglue/g_accept_sec_context.c 2010-04-22 18:28:59 UTC (rev 23924)
+++ trunk/src/lib/gssapi/mechglue/g_accept_sec_context.c 2010-04-22 20:04:01 UTC (rev 23925)
@@ -356,9 +356,6 @@
free(union_ctx_id);
}
- if (output_token->length)
- (void) gss_release_buffer(&temp_minor_status, output_token);
-
if (src_name)
*src_name = GSS_C_NO_NAME;
More information about the cvs-krb5
mailing list