]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Fix conntrack-match typo, fixes bugzilla #194 (Phil Oester)
authorPhil Oester <kernel@linuxace.com>
Mon, 23 Aug 2004 18:41:44 +0000 (18:41 +0000)
committerPatrick McHardy <kaber@trash.net>
Mon, 23 Aug 2004 18:41:44 +0000 (18:41 +0000)
extensions/libipt_conntrack.c

index 49a2afbecaa29d1cfa2846c3c1d98d90e6db5c1a..63a07a7742907feaafddfad44f6bf95a228d8eb7 100644 (file)
@@ -492,7 +492,7 @@ matchinfo_print(const struct ipt_ip *ip, const struct ipt_entry_match *match, in
 
        if(sinfo->flags & IPT_CONNTRACK_STATUS) {
                printf("%sctstatus ", optpfx);
-               if (sinfo->invflags & IPT_CONNTRACK_STATE)
+               if (sinfo->invflags & IPT_CONNTRACK_STATUS)
                        printf("! ");
                print_status(sinfo->statusmask);
        }