2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +00:00

Clean up obsolete dregs.

This commit is contained in:
Ted Lemon
1999-03-16 05:55:40 +00:00
parent 981aa1cdc2
commit 2da7561f13
3 changed files with 2 additions and 51 deletions

View File

@@ -22,7 +22,7 @@
#ifndef lint
static char ocopyright[] =
"$Id: dhcpd.c,v 1.59 1999/03/16 05:50:44 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
"$Id: dhcpd.c,v 1.60 1999/03/16 05:55:40 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
#endif
static char copyright[] =
@@ -184,9 +184,6 @@ int main (argc, argv, envp)
dns_startup ();
#endif
/* Start the interactive client listener. */
interact_startup ();
/* Set up the client classification system. */
classification_setup ();