unexport krb5_get_init_creds_opt_free_pkinit

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14339 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-11-09 18:52:03 +00:00
parent fbd7b2787a
commit 3e732e53ea
2 changed files with 7 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ krb5_get_init_creds_opt_free(krb5_get_init_creds_opt *opt)
if (opt->private->refcount < 1) /* abort ? */
return;
if (--opt->private->refcount == 0) {
krb5_get_init_creds_opt_free_pkinit(opt);
_krb5_get_init_creds_opt_free_pkinit(opt);
free(opt->private);
}
memset(opt, 0, sizeof(*opt));