summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1997-06-08 04:25:35 +0000
committerTed Lemon <source@isc.org>1997-06-08 04:25:35 +0000
commit0da29169336491d83fac6122f889bf63223dcf1a (patch)
treea03737ed1860ee76ac21a46e977edd37d415a91d
parent2a1ebeee81508499e096f320a1c027b7aacc0828 (diff)
downloadisc-dhcp-0da29169336491d83fac6122f889bf63223dcf1a.tar.gz
Don't do any DNS testingDHCP-970607
-rw-r--r--common/memory.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/memory.c b/common/memory.c
index 38221bb3..66de3ad2 100644
--- a/common/memory.c
+++ b/common/memory.c
@@ -42,7 +42,7 @@
#ifndef lint
static char copyright[] =
-"$Id: memory.c,v 1.33 1997/06/08 03:28:01 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: memory.c,v 1.34 1997/06/08 04:25:35 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -276,7 +276,6 @@ void new_address_range (low, high, subnet, dynamic)
memcpy (&ia, address_range [i].ip_addr.iabuf, 4);
if (subnet -> group -> get_lease_hostnames) {
- ns_inaddr_lookup (0, address_range [i].ip_addr);
h = gethostbyaddr ((char *)&ia, sizeof ia, AF_INET);
if (!h)
warn ("No hostname for %s", inet_ntoa (ia));