From af36f87126499b3187917e0c4767e85e4703464f Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 5 Sep 2002 15:00:03 +0000 Subject: [PATCH] fix warning string git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11400 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/kf/kf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }