remove dup on
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13384 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user