aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffmancera@riseup.net>2019-06-20 20:01:59 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2019-06-21 17:30:23 +0200
commitf76c7bfca4326140d86ab86168214ef447177bc0 (patch)
tree440f33788a7ece747f7b6cf5dcaa5f5c2d721344 /net/ipv4/netfilter
parentnetfilter: bridge: Fix non-untagged fragment packet (diff)
downloadlinux-dev-f76c7bfca4326140d86ab86168214ef447177bc0.tar.xz
linux-dev-f76c7bfca4326140d86ab86168214ef447177bc0.zip
netfilter: synproxy: fix manual bump of the reference counter
This operation is handled by nf_synproxy_ipv4_init() now. Fixes: d7f9b2f18eae ("netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXY") Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ipv4/netfilter')
-rw-r--r--net/ipv4/netfilter/ipt_SYNPROXY.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/ipt_SYNPROXY.c b/net/ipv4/netfilter/ipt_SYNPROXY.c
index 7f7979734fb4..0c80616c00b5 100644
--- a/net/ipv4/netfilter/ipt_SYNPROXY.c
+++ b/net/ipv4/netfilter/ipt_SYNPROXY.c
@@ -82,7 +82,6 @@ static int synproxy_tg4_check(const struct xt_tgchk_param *par)
return err;
}
- snet->hook_ref4++;
return err;
}