]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Don't start dns for now.
authorTed Lemon <source@isc.org>
Tue, 17 Mar 1998 06:20:11 +0000 (06:20 +0000)
committerTed Lemon <source@isc.org>
Tue, 17 Mar 1998 06:20:11 +0000 (06:20 +0000)
server/dhcpd.c

index 8042573fec349a69fd2767b8632ab548c3cdb687..98fe45a581b85c14809a3b7d53f721499c0e3a39 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcpd.c,v 1.48 1998/03/16 06:18:16 mellon Exp $ Copyright 1995, 1996 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.49 1998/03/17 06:20:11 mellon Exp $ Copyright 1995, 1996 The Internet Software Consortium.";
 #endif
 
 static char copyright[] =
@@ -196,7 +196,9 @@ int main (argc, argv, envp)
        GET_TIME (&cur_time);
 
        /* Initialize DNS support... */
-       dns_startup ();
+#if 0
+       dns_startup (); 
+#endif
 
        /* Read the dhcpd.conf file... */
        if (!readconf ())