aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2010-05-19 18:52:32 +0000
committerTom Yu <tlyu@mit.edu>2010-05-19 18:52:32 +0000
commit3401907d2433bb23762edfc453b6da965fcef18a (patch)
tree1c4f1ed1d64c1303418a7259a0d95b9b5fc32aa7
parent6a1856417d804fb7afe2cae3688c540b411ffbe6 (diff)
downloadkrb5-3401907d2433bb23762edfc453b6da965fcef18a.zip
krb5-3401907d2433bb23762edfc453b6da965fcef18a.tar.gz
krb5-3401907d2433bb23762edfc453b6da965fcef18a.tar.bz2
pull up r23925 from trunk
------------------------------------------------------------------------ r23925 | tlyu | 2010-04-22 16:04:01 -0400 (Thu, 22 Apr 2010) | 8 lines 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. ticket: 6696 version_fixed: 1.8.2 status: resolved git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-8@24057 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/gssapi/mechglue/g_accept_sec_context.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/gssapi/mechglue/g_accept_sec_context.c b/src/lib/gssapi/mechglue/g_accept_sec_context.c
index b4b1525..498bfc4 100644
--- a/src/lib/gssapi/mechglue/g_accept_sec_context.c
+++ b/src/lib/gssapi/mechglue/g_accept_sec_context.c
@@ -356,9 +356,6 @@ error_out:
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;