From: Ted Lemon Date: Sat, 6 Dec 1997 11:25:32 +0000 (+0000) Subject: Don't initialize dns in 2.0 X-Git-Tag: V2-BETA-1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dae0d424b82cc7f2fcb84110804e57e4097954c;p=thirdparty%2Fdhcp.git Don't initialize dns in 2.0 --- diff --git a/server/dhcpd.c b/server/dhcpd.c index cb60962d3..4dccb206b 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -42,7 +42,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhcpd.c,v 1.45 1997/10/20 21:52:36 mellon Exp $ Copyright 1995, 1996 The Internet Software Consortium."; +"$Id: dhcpd.c,v 1.45.2.1 1997/12/06 11:25:32 mellon Exp $ Copyright 1995, 1996 The Internet Software Consortium."; #endif static char copyright[] = @@ -193,9 +193,6 @@ int main (argc, argv, envp) /* Get the current time... */ GET_TIME (&cur_time); - /* Initialize DNS support... */ - dns_startup (); - /* Read the dhcpd.conf file... */ if (!readconf ()) error ("Configuration file errors encountered -- exiting");