From: Ted Lemon Date: Thu, 9 Apr 1998 04:47:46 +0000 (+0000) Subject: Start interactive client X-Git-Tag: carrel-2~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2342aee908f298711fb0a45cd307fe3f9e87f248;p=thirdparty%2Fdhcp.git Start interactive client --- diff --git a/server/dhcpd.c b/server/dhcpd.c index 98fe45a58..0d3e56cd3 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -42,7 +42,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhcpd.c,v 1.49 1998/03/17 06:20:11 mellon Exp $ Copyright 1995, 1996 The Internet Software Consortium."; +"$Id: dhcpd.c,v 1.50 1998/04/09 04:47:46 mellon Exp $ Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium."; #endif static char copyright[] = @@ -200,6 +200,9 @@ int main (argc, argv, envp) dns_startup (); #endif + /* Start the interactive client listener. */ + interact_startup (); + /* Read the dhcpd.conf file... */ if (!readconf ()) error ("Configuration file errors encountered -- exiting");