replace krb5_free_creds_contents by krb5_free_cred_contents

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13790 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2004-04-25 19:25:35 +00:00
parent 76a580ad8a
commit 26457b7135
26 changed files with 60 additions and 59 deletions

View File

@@ -100,7 +100,7 @@ krb5_verify_password (POP *p)
&verify_options);
krb5_free_principal (p->context, client);
krb5_free_principal (p->context, server);
krb5_free_creds_contents (p->context, &creds);
krb5_free_cred_contents (p->context, &creds);
return ret;
}
#endif