add context argument to krb5_get_init_creds_opt_alloc

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12783 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-08 15:28:20 +00:00
parent 96273416f9
commit 5d190295aa
11 changed files with 11 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ krb5_verify_password (POP *p)
krb5_principal client, server;
krb5_creds creds;
ret = krb5_get_init_creds_opt_alloc (&get_options);
ret = krb5_get_init_creds_opt_alloc (p->context, &get_options);
if (ret) {
pop_log(p, POP_PRIORITY, "krb5_get_init_creds_opt_init: %s",
krb5_get_err_text (p->context, ret));