summaryrefslogtreecommitdiff
path: root/relay
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-10-28 13:09:35 +0000
committerTed Lemon <source@isc.org>1999-10-28 13:09:35 +0000
commitc4f749466f89525674c777f655e56afda35cbaec (patch)
tree776b2ef2877a282244b46f7b9612459fa10036cb /relay
parentf0b8a59f377448810f3b4c4d8dee1aa1060a41bb (diff)
downloadisc-dhcp-c4f749466f89525674c777f655e56afda35cbaec.tar.gz
Don't log to stderr if -q flag is given.
Diffstat (limited to 'relay')
-rw-r--r--relay/dhcrelay.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index 126412bf..80d9dd0d 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -22,7 +22,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcrelay.c,v 1.35 1999/10/07 06:36:28 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.36 1999/10/28 13:09:35 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -200,7 +200,8 @@ int main (argc, argv, envp)
log_info (arr);
log_info (contrib);
log_info (url);
- }
+ } else
+ quiet = 0;
/* Default to the DHCP/BOOTP port. */
if (!local_port) {