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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user