summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorDaniel O'Callaghan <danny@FreeBSD.org>1998-05-15 12:33:37 +0000
committerDaniel O'Callaghan <danny@FreeBSD.org>1998-05-15 12:33:37 +0000
commitadeccdae563533e4a1ed5d141f3ca40208393274 (patch)
treed54a32515e60f21c7e56b280a6dad076b5eb27e2 /sbin
parent23ebbd69706ddcdc6bdc102e613053bcc48e3cff (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipfw/ipfw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c
index 69391912e892..52fe5f6d9342 100644
--- a/sbin/ipfw/ipfw.c
+++ b/sbin/ipfw/ipfw.c
@@ -16,7 +16,7 @@
*
* NEW command line interface for IP firewall facility
*
- * $Id: ipfw.c,v 1.34.2.14 1998/02/15 16:32:01 alex Exp $
+ * $Id: ipfw.c,v 1.34.2.15 1998/02/17 05:04:56 alex Exp $
*
*/
@@ -1131,7 +1131,7 @@ zero (ac, av)
"IP_FW_ZERO");
failed = 1;
}
- else
+ else if (!do_quiet)
printf("Entry %d cleared\n",
rule.fw_number);
} else