fix comment
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23983 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -49,7 +49,7 @@ krb5_verify_password (POP *p)
|
|||||||
|
|
||||||
ret = krb5_get_init_creds_opt_alloc (p->context, &get_options);
|
ret = krb5_get_init_creds_opt_alloc (p->context, &get_options);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
pop_log(p, POP_PRIORITY, "krb5_get_init_creds_opt_init: %s",
|
pop_log(p, POP_PRIORITY, "krb5_get_init_creds_opt_alloc: %s",
|
||||||
krb5_get_err_text (p->context, ret));
|
krb5_get_err_text (p->context, ret));
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user