fix warning string

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11400 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-09-05 15:00:03 +00:00
parent 45cc9bab8d
commit af36f87126

View File

@@ -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;
}