summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2006-02-14 03:13:12 +0000
committerJulian Elischer <julian@FreeBSD.org>2006-02-14 03:13:12 +0000
commit4f6ac1467782762bb9d71828d6dfad9ea2e43c89 (patch)
tree3562c4d62db4ad756a664d660dcae456f28f2d1f /sbin
parent21899082aec753c4d35a104dcad3e63d4471ee2c (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipfw/ipfw2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c
index f88ce70c5e96e..9ce30b84cd235 100644
--- a/sbin/ipfw/ipfw2.c
+++ b/sbin/ipfw/ipfw2.c
@@ -4826,8 +4826,6 @@ table_handler(int ac, char *av[])
&ent, sizeof(ent)) < 0)
err(EX_OSERR,
"setsockopt(IP_FW_TABLE_ADD)");
- err(EX_OSERR, "setsockopt(IP_FW_TABLE_%s)",
- do_add ? "ADD" : "DEL");
} else if (_substrcmp(*av, "flush") == 0) {
if (do_cmd(IP_FW_TABLE_FLUSH, &ent.tbl, sizeof(ent.tbl)) < 0)
err(EX_OSERR, "setsockopt(IP_FW_TABLE_FLUSH)");