From: Harald Welte Date: Thu, 14 Mar 2002 19:54:34 +0000 (+0000) Subject: fixed stupid typo. X-Git-Tag: v1.2.6a~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c5bd600130c14f1049fd3e75cb4cef20c069a6b;p=thirdparty%2Fiptables.git fixed stupid typo. why does this always have to happen _after_ the release? --- diff --git a/extensions/libipt_conntrack.c b/extensions/libipt_conntrack.c index b15ade0c..859d3688 100644 --- a/extensions/libipt_conntrack.c +++ b/extensions/libipt_conntrack.c @@ -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;