Merge branch 'connlimit' of git://dev.medozas.de/linux
authorPatrick McHardy <kaber@trash.net>
Thu, 20 Jan 2011 13:17:32 +0000 (14:17 +0100)
committerPatrick McHardy <kaber@trash.net>
Thu, 20 Jan 2011 13:17:32 +0000 (14:17 +0100)
include/linux/netfilter/xt_connlimit.h

index 8884efc..ab1d3b5 100644 (file)
@@ -18,7 +18,7 @@ struct xt_connlimit_info {
                };
 #endif
        };
-       unsigned int limit, inverse;
+       unsigned int limit;
        union {
                /* revision 0 */
                unsigned int inverse;