]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
fixed stupid typo.
authorHarald Welte <laforge@gnumonks.org>
Thu, 14 Mar 2002 19:54:34 +0000 (19:54 +0000)
committerHarald Welte <laforge@gnumonks.org>
Thu, 14 Mar 2002 19:54:34 +0000 (19:54 +0000)
why does this always have to happen _after_ the release?

extensions/libipt_conntrack.c

index b15ade0ce28336917c0fb77860b64f9e0d091a13..859d3688bd97fca1674d720d6918b12f8603b0ea 100644 (file)
@@ -189,7 +189,7 @@ parse(int c, char **argv, int invert, unsigned int *flags,
                break;
 
        case '2':
-               check_inverse(optarg, &invert, &optdind, 0);
+               check_inverse(optarg, &invert, &optind, 0);
 
                if(invert)
                        sinfo->invflags |= IPT_CONNTRACK_PROTO;