summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Bouliane <nib@cookinglinux.org>2004-07-12 07:16:54 +0000
committerJoszef Kadlecsik <kadlec@blackhole.kfki.hu>2004-07-12 07:16:54 +0000
commitb9c6ec1fbe185b38071cdab9d50538ae35c8ad26 (patch)
treebeef7195b447195b68f8488f551abbbe47693192
parent3e2b8df5bb07dcb04216e2f54d528d7f01de5932 (diff)
Giving --dst-range twice to iprange did not ring the bell
Bug reported and fixed by Nicolas Bouliane
-rw-r--r--extensions/libipt_iprange.c2
1 files changed, 1 insertions, 1 deletions
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: