Make krb5_get_init_creds_opt_free take a context argument.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19078 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -76,7 +76,7 @@ krb5_verify_password (POP *p)
|
||||
0,
|
||||
NULL,
|
||||
get_options);
|
||||
krb5_get_init_creds_opt_free(get_options);
|
||||
krb5_get_init_creds_opt_free(p->context, get_options);
|
||||
if (ret) {
|
||||
pop_log(p, POP_PRIORITY,
|
||||
"krb5_get_init_creds_password: %s",
|
||||
|
Reference in New Issue
Block a user