diff options
-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; |