]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Don't do any DNS testing DHCP-970607
authorTed Lemon <source@isc.org>
Sun, 8 Jun 1997 04:25:35 +0000 (04:25 +0000)
committerTed Lemon <source@isc.org>
Sun, 8 Jun 1997 04:25:35 +0000 (04:25 +0000)
common/memory.c

index 38221bb355f49d4b456c6bd85d0bef0fbcd486aa..66de3ad2a774a7e74cb001f474395371a9a51dba 100644 (file)
@@ -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));