aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2011-01-20 14:17:32 +0100
committerPatrick McHardy <kaber@trash.net>2011-01-20 14:17:32 +0100
commit4cda47d2e7b21b0b41e44dbe4cd9804fea2d30e9 (patch)
treeefbe247c83bb8937d24cc6db09c4f356c94f474e
parentMerge branch 'connlimit' of git://dev.medozas.de/linux (diff)
parentnetfilter: xtables: remove duplicate member (diff)
downloadlinux-dev-4cda47d2e7b21b0b41e44dbe4cd9804fea2d30e9.tar.xz
linux-dev-4cda47d2e7b21b0b41e44dbe4cd9804fea2d30e9.zip
Merge branch 'connlimit' of git://dev.medozas.de/linux
-rw-r--r--include/linux/netfilter/xt_connlimit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netfilter/xt_connlimit.h b/include/linux/netfilter/xt_connlimit.h
index 8884efc605c7..ab1d3b57fff7 100644
--- a/include/linux/netfilter/xt_connlimit.h
+++ b/include/linux/netfilter/xt_connlimit.h
@@ -18,7 +18,7 @@ struct xt_connlimit_info {
};
#endif
};
- unsigned int limit, inverse;
+ unsigned int limit;
union {
/* revision 0 */
unsigned int inverse;