From: Nicolas Bouliane Date: Mon, 12 Jul 2004 07:16:54 +0000 (+0000) Subject: Giving --dst-range twice to iprange did not ring the bell X-Git-Tag: v1.3.0-rc1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c6ec1fbe185b38071cdab9d50538ae35c8ad26;p=thirdparty%2Fiptables.git Giving --dst-range twice to iprange did not ring the bell Bug reported and fixed by Nicolas Bouliane --- diff --git a/extensions/libipt_iprange.c b/extensions/libipt_iprange.c index 8445884c..7e1a8cd6 100644 --- a/extensions/libipt_iprange.c +++ b/extensions/libipt_iprange.c @@ -99,7 +99,7 @@ parse(int c, char **argv, int invert, unsigned int *flags, info->flags |= IPRANGE_DST_INV; parse_iprange(optarg, &info->dst); - *flags = 1; + break; default: