| Submitter | Patrick McHardy |
|---|---|
| Date | Jan. 20, 2011, 8:22 p.m. |
| Message ID | <1295554966-5263-4-git-send-email-kaber@trash.net> |
| Download | mbox | patch |
| Permalink | /patch/79761/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/include/linux/netfilter/xt_connlimit.h b/include/linux/netfilter/xt_connlimit.h index 8884efc..ab1d3b5 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;