commit | 412662d204eca981458156fd64d9d5f3b533d7b6 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Wed Jan 11 11:52:17 2012 +1100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jan 16 13:40:54 2012 +0100 |
tree | a05bc418b5d943ba4c8d33cc3d8fe24c11d0a67d | |
parent | 7c7c7f01cc5e3e423120a4848a73dd5e4586f2f9 [diff] |
netfilter: xt_hashlimit: fix unused variable warning if IPv6 disabled Fixes this warning when CONFIG_IP6_NF_IPTABLES is not enabled: net/netfilter/xt_hashlimit.c: In function ‘hashlimit_init_dst’: net/netfilter/xt_hashlimit.c:448:9: warning: unused variable ‘frag_off’ [-Wunused-variable] Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>