summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_limit.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_limit.c')
-rw-r--r--extensions/libipt_limit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_limit.c b/extensions/libipt_limit.c
index e7dda7bc..58c2ebd0 100644
--- a/extensions/libipt_limit.c
+++ b/extensions/libipt_limit.c
@@ -181,7 +181,7 @@ struct iptables_match limit
= { NULL,
"limit",
NETFILTER_VERSION,
- sizeof(struct ipt_rateinfo),
+ IPT_ALIGN(sizeof(struct ipt_rateinfo)),
offsetof(struct ipt_rateinfo, prev),
&help,
&init,