aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/netfilter/ipt_hashlimit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/ipt_hashlimit.c b/net/ipv4/netfilter/ipt_hashlimit.c
index 7c6836c4646e..b88adc7f4b47 100644
--- a/net/ipv4/netfilter/ipt_hashlimit.c
+++ b/net/ipv4/netfilter/ipt_hashlimit.c
@@ -561,7 +561,7 @@ static void
561hashlimit_destroy(const struct xt_match *match, void *matchinfo, 561hashlimit_destroy(const struct xt_match *match, void *matchinfo,
562 unsigned int matchsize) 562 unsigned int matchsize)
563{ 563{
564 struct ipt_hashlimit_info *r = (struct ipt_hashlimit_info *) matchinfo; 564 struct ipt_hashlimit_info *r = matchinfo;
565 565
566 htable_put(r->hinfo); 566 htable_put(r->hinfo);
567} 567}