]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Print a message if no broadcast interfaces are found.
authorTed Lemon <source@isc.org>
Fri, 5 Feb 1999 20:31:22 +0000 (20:31 +0000)
committerTed Lemon <source@isc.org>
Fri, 5 Feb 1999 20:31:22 +0000 (20:31 +0000)
client/dhclient.c

index fe6e43318ca1859eed93ce381a7262482d317abc..e0f9dc59be5a307a04e622b77fce0aaec3f384c4 100644 (file)
@@ -56,7 +56,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhclient.c,v 1.44.2.12 1999/02/03 23:29:39 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhclient.c,v 1.44.2.13 1999/02/05 20:31:22 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -206,6 +206,7 @@ int main (argc, argv, envp)
                             (struct string_list *)0);
                script_go ((struct interface_info *)0);
 
+               note ("No broadcast interfaces found - exiting.");
                /* Nothing more to do. */
                exit (0);
        } else {