From 4f6ac1467782762bb9d71828d6dfad9ea2e43c89 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Tue, 14 Feb 2006 03:13:12 +0000 Subject: [PATCH] oops, mismerge from working sources.. not only add new code, but remove old code! --- sbin/ipfw/ipfw2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c index f88ce70c5e96..9ce30b84cd23 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)");