summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2010-04-22 20:04:01 +0000
committerTom Yu <tlyu@mit.edu>2010-04-22 20:04:01 +0000
commit29cde7afd9e12eaf9a1aee2efe780a26bbe87f8f (patch)
tree9fb46bd056b73845558e7774ccf6819896e8cc78 /src/lib/gssapi
parentb2d3007fbb84fa476e3b072c5506cfdf8de0f458 (diff)
downloadkrb5-29cde7afd9e12eaf9a1aee2efe780a26bbe87f8f.tar.gz
krb5-29cde7afd9e12eaf9a1aee2efe780a26bbe87f8f.tar.xz
krb5-29cde7afd9e12eaf9a1aee2efe780a26bbe87f8f.zip
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 target_version: 1.8.2 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23925 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi')
-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 b4b152551..498bfc456 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;