aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2011-01-20 08:17:32 -0500
committerPatrick McHardy <kaber@trash.net>2011-01-20 08:17:32 -0500
commit4cda47d2e7b21b0b41e44dbe4cd9804fea2d30e9 (patch)
treeefbe247c83bb8937d24cc6db09c4f356c94f474e
parent82d800d8e7fa731b50deb851d16b68050673f587 (diff)
parentba12b130a65840005770135a69199cb9adaf8c8f (diff)
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 {
18 }; 18 };
19#endif 19#endif
20 }; 20 };
21 unsigned int limit, inverse; 21 unsigned int limit;
22 union { 22 union {
23 /* revision 0 */ 23 /* revision 0 */
24 unsigned int inverse; 24 unsigned int inverse;