diff --git a/appl/kf/kf.c b/appl/kf/kf.c index 05858d589..51d4210e9 100644 --- a/appl/kf/kf.c +++ b/appl/kf/kf.c @@ -220,7 +220,7 @@ proto (int sock, const char *hostname, const char *service, NULL); if (status) { - krb5_warn (context, status, "krb5_build_principal"); + krb5_warn (context, status, "krb5_make_principal"); return 1; }