| commit | b9c6ec1fbe185b38071cdab9d50538ae35c8ad26 | [log] [tgz] |
|---|---|---|
| author | Nicolas Bouliane <nib@cookinglinux.org> | Mon Jul 12 07:16:54 2004 +0000 |
| committer | Joszef Kadlecsik <kadlec@blackhole.kfki.hu> | Mon Jul 12 07:16:54 2004 +0000 |
| tree | beef7195b447195b68f8488f551abbbe47693192 | |
| parent | 3e2b8df5bb07dcb04216e2f54d528d7f01de5932 [diff] [blame] |
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 8445884..7e1a8cd 100644 --- a/extensions/libipt_iprange.c +++ b/extensions/libipt_iprange.c
@@ -99,7 +99,7 @@ info->flags |= IPRANGE_DST_INV; parse_iprange(optarg, &info->dst); - *flags = 1; + break; default: