From: Ted Lemon Date: Fri, 5 Feb 1999 20:31:22 +0000 (+0000) Subject: Print a message if no broadcast interfaces are found. X-Git-Tag: V2-BETA-1-PATCH-10~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04eaa86ce62142e996e16911b2a36926679e962d;p=thirdparty%2Fdhcp.git Print a message if no broadcast interfaces are found. --- diff --git a/client/dhclient.c b/client/dhclient.c index fe6e43318..e0f9dc59b 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -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 {