ops is not used any more, remove

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24917 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-03-22 17:23:00 +00:00
parent 38c844cbaa
commit 2bd838c5ac

View File

@@ -61,8 +61,6 @@ OM_uint32 _gsskrb5_release_cred
if (cred->keytab != NULL) if (cred->keytab != NULL)
krb5_kt_close(context, cred->keytab); krb5_kt_close(context, cred->keytab);
if (cred->ccache != NULL) { if (cred->ccache != NULL) {
const krb5_cc_ops *ops;
ops = krb5_cc_get_ops(context, cred->ccache);
if (cred->cred_flags & GSS_CF_DESTROY_CRED_ON_RELEASE) if (cred->cred_flags & GSS_CF_DESTROY_CRED_ON_RELEASE)
krb5_cc_destroy(context, cred->ccache); krb5_cc_destroy(context, cred->ccache);
else else