]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
libxt_connlimit: remove duplicate member that caused size change
authorJan Engelhardt <jengelh@medozas.de>
Thu, 20 Jan 2011 13:14:46 +0000 (14:14 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Thu, 20 Jan 2011 13:14:46 +0000 (14:14 +0100)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
include/linux/netfilter/xt_connlimit.h

index d6c84c9642e3ab9bc75721a77c2957fc8a5ae8a9..ba774d30737475bdbcd0086cc7857fee1f730e9f 100644 (file)
@@ -16,7 +16,7 @@ struct xt_connlimit_info {
                        __be32 v6_mask[4];
                };
        };
-       unsigned int limit, inverse;
+       unsigned int limit;
        union {
                /* revision 0 */
                unsigned int inverse;