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:
Love Hörnquist Åstrand
2007-05-17 18:44:31 +00:00
parent b2684d8ed2
commit ee246ab9ac
12 changed files with 34 additions and 261 deletions

View File

@@ -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);