its PAC not PAQ

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13653 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-03-30 15:41:04 +00:00
parent de91119f5e
commit 2bf6c25dcd
2 changed files with 2 additions and 2 deletions

View File

@@ -459,7 +459,7 @@ get_new_tickets(krb5_context context,
if(anonymous_flag != -1)
krb5_get_init_creds_opt_set_anonymous (opt, anonymous_flag);
if (pac_flag != -1)
krb5_get_init_creds_opt_set_paq_request(context, opt,
krb5_get_init_creds_opt_set_pac_request(context, opt,
pac_flag ? TRUE : FALSE);
if (pk_cert_file || pk_key_file) {
int flags = 0;

View File

@@ -306,7 +306,7 @@ krb5_get_init_creds_opt_set_pa_password(krb5_context context,
}
krb5_error_code
krb5_get_init_creds_opt_set_paq_request(krb5_context context,
krb5_get_init_creds_opt_set_pac_request(krb5_context context,
krb5_get_init_creds_opt *opt,
krb5_boolean req_pac)
{