credential changing the ccache name.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11413
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Apr 30 12:27:14 1999 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * set_ccache.c (gss_krb5_ccache_name): Add call to free the
+ default credential changing the ccache name.
+
Thu Apr 29 18:02:00 1999 Miro Jurisic <meeroh@mit.edu>
* gssapi_krb5.h: Remove gssapi_generic.h includes because
{
krb5_context context;
krb5_error_code retval;
+ OM_uint32 foo_stat;
if (GSS_ERROR(kg_get_context(minor_status, &context)))
return (GSS_S_FAILURE);
*minor_status = retval;
return GSS_S_FAILURE;
}
+ kg_release_defcred(&foo_stat);
return GSS_S_COMPLETE;
}