From: Ted Lemon Date: Sun, 8 Jun 1997 04:25:35 +0000 (+0000) Subject: Don't do any DNS testing X-Git-Tag: DHCP-970607 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0da29169336491d83fac6122f889bf63223dcf1a;p=thirdparty%2Fdhcp.git Don't do any DNS testing --- diff --git a/common/memory.c b/common/memory.c index 38221bb35..66de3ad2a 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));