summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2006-02-14 03:13:12 +0000
committerjulian <julian@FreeBSD.org>2006-02-14 03:13:12 +0000
commit82537e7f969a1ad40f12e1d524aacbf81f39750f (patch)
tree3562c4d62db4ad756a664d660dcae456f28f2d1f /sbin
parent9c8fd45ad2de41502d1f15f35426dc7967a0f245 (diff)
downloadFreeBSD-src-82537e7f969a1ad40f12e1d524aacbf81f39750f.zip
FreeBSD-src-82537e7f969a1ad40f12e1d524aacbf81f39750f.tar.gz
oops, mismerge from working sources.. not only add new code,
but remove old code!
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 f88ce70..9ce30b8 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)");
OpenPOWER on IntegriCloud