Pass down prompter and password to krb5_get_init_creds_opt_set_pkinit.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17540 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-11 22:58:07 +00:00
parent d08f2e3a09
commit b011acf259

View File

@@ -484,9 +484,9 @@ get_new_tickets(krb5_context context,
NULL,
NULL,
0,
krb5_prompter_posix,
NULL,
NULL,
NULL);
passwd);
if (ret)
krb5_err(context, 1, ret, "krb5_get_init_creds_opt_set_pkinit");
}