fix comment

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23983 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-10-26 18:25:34 +00:00
parent 00bc112b19
commit 4019104f4e

View File

@@ -49,7 +49,7 @@ krb5_verify_password (POP *p)
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",
pop_log(p, POP_PRIORITY, "krb5_get_init_creds_opt_alloc: %s",
krb5_get_err_text (p->context, ret));
return 1;
}