diff options
-rw-r--r-- | contrib/fwd/src/fwd_xtables.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/fwd/src/fwd_xtables.c b/contrib/fwd/src/fwd_xtables.c index dc9fab11a..6f569fd27 100644 --- a/contrib/fwd/src/fwd_xtables.c +++ b/contrib/fwd/src/fwd_xtables.c @@ -229,6 +229,7 @@ void __fwd_xt_parse_match( } m->parse(optc, opts, inv, &m->mflags, r->entry, &m->m); + inv = 0; } } @@ -303,6 +304,7 @@ void __fwd_xt_parse_target( } t->parse(optc, opts, inv, &t->tflags, r->entry, &t->t); + inv = 0; } } |