]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Don't initialize dns in 2.0
authorTed Lemon <source@isc.org>
Sat, 6 Dec 1997 11:25:32 +0000 (11:25 +0000)
committerTed Lemon <source@isc.org>
Sat, 6 Dec 1997 11:25:32 +0000 (11:25 +0000)
server/dhcpd.c

index cb60962d3aae6a451b843e92a7a7517cef60248e..4dccb206b3c4825256da819a514ca60eb85c82fe 100644 (file)
@@ -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");