From: Ken Raeburn Date: Fri, 12 Jul 2002 21:45:23 +0000 (+0000) Subject: * accept_sec_context.c (rd_and_store_for_creds): Remove registration of memory ccache... X-Git-Tag: krb5-1.3-alpha1~591 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ef9575cd0d21e14bb2d3c6396ca05ae341d11f6d;p=krb5.git * accept_sec_context.c (rd_and_store_for_creds): Remove registration of memory ccache type git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14628 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/gssapi/krb5/ChangeLog b/src/lib/gssapi/krb5/ChangeLog index 4c206d46a..98b694d81 100644 --- a/src/lib/gssapi/krb5/ChangeLog +++ b/src/lib/gssapi/krb5/ChangeLog @@ -1,3 +1,8 @@ +2002-07-12 Ken Raeburn + + * accept_sec_context.c (rd_and_store_for_creds): Remove + registration of memory ccache type. + 2002-07-01 Ken Raeburn * gssapi_krb5.c (gss_mech_krb5_v2, gss_mech_set_krb5_v2, diff --git a/src/lib/gssapi/krb5/accept_sec_context.c b/src/lib/gssapi/krb5/accept_sec_context.c index d65c05379..6743325ef 100644 --- a/src/lib/gssapi/krb5/accept_sec_context.c +++ b/src/lib/gssapi/krb5/accept_sec_context.c @@ -130,7 +130,6 @@ rd_and_store_for_creds(context, auth_context, inbuf, out_cred) /* Lots of kludging going on here... Some day the ccache interface will be rewritten though */ - krb5_cc_register(context, &krb5_mcc_ops, 0); if ((retval = krb5_cc_resolve(context, "MEMORY:GSSAPI", &ccache))) goto cleanup;