Explain why we don't destroy the ccache.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20199 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-02-07 22:36:39 +00:00
parent a2d71428c2
commit dde69289ca

View File

@@ -187,6 +187,7 @@ gsskrb5_accept_delegated_token
out:
if (ccache) {
/* Don't destroy the default cred cache */
if (delegated_cred_handle == NULL)
krb5_cc_close(context, ccache);
else