use krb5_make_principal

This commit is contained in:
Love Hornquist Astrand
2009-10-04 11:29:05 -07:00
parent 0153270494
commit 393ea16776

View File

@@ -194,7 +194,7 @@ krb5_forward_cred (krb5_auth_context auth_context,
NULL);
if (ret) {
warnx ("could not forward creds: krb5_build_principal: %s",
warnx ("could not forward creds: krb5_make_principal: %s",
krb5_get_err_text (context, ret));
return 1;
}