use krb5_free_cred_contents
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22058 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -114,7 +114,7 @@ main(int argc, char **argv)
|
||||
if (krb5_principal_compare(context, out.client, client) != TRUE)
|
||||
krb5_errx(context, 1, "return principal is not as expected");
|
||||
|
||||
krb5_free_creds_contents(context, &out);
|
||||
krb5_free_cred_contents(context, &out);
|
||||
|
||||
krb5_free_context(context);
|
||||
|
||||
|
Reference in New Issue
Block a user