summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-06-17 05:41:19 +0000
committerderaadt <deraadt@openbsd.org>1997-06-17 05:41:19 +0000
commitfb4dd25ca9c5a9f2f6e681a80ff6e8dbb2a5c749 (patch)
tree52d0dcb3f2ccb7eb1e7b39124724304d7f5aebc4
parentIf no paths are specified, use "." (diff)
downloadwireguard-openbsd-fb4dd25ca9c5a9f2f6e681a80ff6e8dbb2a5c749.tar.xz
wireguard-openbsd-fb4dd25ca9c5a9f2f6e681a80ff6e8dbb2a5c749.zip
do not test for a bug which does not exist
-rw-r--r--usr.sbin/inetd/inetd.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c
index a6ef9980a7f..d013da8cb3f 100644
--- a/usr.sbin/inetd/inetd.c
+++ b/usr.sbin/inetd/inetd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inetd.c,v 1.28 1997/06/17 05:26:22 denny Exp $ */
+/* $OpenBSD: inetd.c,v 1.29 1997/06/17 05:41:19 deraadt Exp $ */
/* $NetBSD: inetd.c,v 1.11 1996/02/22 11:14:41 mycroft Exp $ */
/*
* Copyright (c) 1983,1991 The Regents of the University of California.
@@ -41,7 +41,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)inetd.c 5.30 (Berkeley) 6/3/91";*/
-static char rcsid[] = "$OpenBSD: inetd.c,v 1.28 1997/06/17 05:26:22 denny Exp $";
+static char rcsid[] = "$OpenBSD: inetd.c,v 1.29 1997/06/17 05:41:19 deraadt Exp $";
#endif /* not lint */
/*
@@ -716,12 +716,6 @@ config(sig)
sep->se_hostaddr);
sep->se_checked = 0;
continue;
- } else if (hp->h_length != sizeof(struct in_addr)) {
- syslog(LOG_ERR,
- "%s: address size wrong (under DNS corruption attack?)",
- sep->se_hostaddr);
- sep->se_checked = 0;
- continue;
} else {
/*
* What to do about multi-homed hosts?