diff options
author | Patrick McHardy <kaber@trash.net> | 2011-01-20 08:17:32 -0500 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2011-01-20 08:17:32 -0500 |
commit | 4cda47d2e7b21b0b41e44dbe4cd9804fea2d30e9 (patch) | |
tree | efbe247c83bb8937d24cc6db09c4f356c94f474e | |
parent | 82d800d8e7fa731b50deb851d16b68050673f587 (diff) | |
parent | ba12b130a65840005770135a69199cb9adaf8c8f (diff) |
Merge branch 'connlimit' of git://dev.medozas.de/linux
-rw-r--r-- | include/linux/netfilter/xt_connlimit.h | 2 |
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; |