2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-02 07:15:44 +00:00

Don't start dns for now.

This commit is contained in:
Ted Lemon
1998-03-17 06:20:11 +00:00
parent 086032ce8d
commit e044f73fef

View File

@@ -42,7 +42,7 @@
#ifndef lint #ifndef lint
static char ocopyright[] = 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 #endif
static char copyright[] = static char copyright[] =
@@ -196,7 +196,9 @@ int main (argc, argv, envp)
GET_TIME (&cur_time); GET_TIME (&cur_time);
/* Initialize DNS support... */ /* Initialize DNS support... */
#if 0
dns_startup (); dns_startup ();
#endif
/* Read the dhcpd.conf file... */ /* Read the dhcpd.conf file... */
if (!readconf ()) if (!readconf ())