From b0ea92e7e9a855583d18ed2f20c0cb3623dc3aa1 Mon Sep 17 00:00:00 2001 From: kadlec Date: Mon, 12 Jul 2004 07:16:54 +0000 Subject: Giving --dst-range twice to iprange did not ring the bell Bug reported and fixed by Nicolas Bouliane --- extensions/libipt_iprange.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/libipt_iprange.c b/extensions/libipt_iprange.c index 8445884..7e1a8cd 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: -- cgit v1.2.3