remove dup on

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13384 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-02-18 19:17:35 +00:00
parent 05087c906f
commit 7d52691d1c

View File

@@ -72,8 +72,7 @@ krb4_authenticate (kx_context *kc, int s)
const char *host = kc->host;
if (kc->thisaddr->sa_family != AF_INET) {
warnx ("%s: used Kerberos v4 authentiocation on on non-IP4 address",
host);
warnx ("%s: used Kerberos v4 authentiocation on non-IP4 address", host);
return -1;
}