Use gss oid_set functions from mechglue
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20688 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -67,7 +67,7 @@ OM_uint32 _gsskrb5_release_cred
|
||||
else
|
||||
krb5_cc_close(context, cred->ccache);
|
||||
}
|
||||
_gsskrb5_release_oid_set(NULL, &cred->mechanisms);
|
||||
gss_release_oid_set(NULL, &cred->mechanisms);
|
||||
if (cred->enctypes)
|
||||
free(cred->enctypes);
|
||||
HEIMDAL_MUTEX_unlock(&cred->cred_id_mutex);
|
||||
|
Reference in New Issue
Block a user