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:
@@ -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
|
||||
|
Reference in New Issue
Block a user