diff options
Diffstat (limited to 'extensions/libipt_TOS.c')
-rw-r--r-- | extensions/libipt_TOS.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libipt_TOS.c b/extensions/libipt_TOS.c index ed599005..0c91cb54 100644 --- a/extensions/libipt_TOS.c +++ b/extensions/libipt_TOS.c @@ -157,8 +157,8 @@ struct iptables_target tos = { NULL, "TOS", NETFILTER_VERSION, - sizeof(struct ipt_tos_target_info), - sizeof(struct ipt_tos_target_info), + IPT_ALIGN(sizeof(struct ipt_tos_target_info)), + IPT_ALIGN(sizeof(struct ipt_tos_target_info)), &help, &init, &parse, |