]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Start interactive client
authorTed Lemon <source@isc.org>
Thu, 9 Apr 1998 04:47:46 +0000 (04:47 +0000)
committerTed Lemon <source@isc.org>
Thu, 9 Apr 1998 04:47:46 +0000 (04:47 +0000)
server/dhcpd.c

index 98fe45a581b85c14809a3b7d53f721499c0e3a39..0d3e56cd322a84b5a252dbffa3df025c02bf2ed1 100644 (file)
@@ -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");