* [PATCH nf-next] netfilter: synproxy: fix manual bump of the reference counter
@ 2019-06-20 18:01 Fernando Fernandez Mancera
2019-06-21 15:31 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Fernando Fernandez Mancera @ 2019-06-20 18:01 UTC (permalink / raw)
To: netfilter-devel; +Cc: Fernando Fernandez Mancera
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>
---
net/ipv4/netfilter/ipt_SYNPROXY.c | 1 -
1 file changed, 1 deletion(-)
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;
}
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH nf-next] netfilter: synproxy: fix manual bump of the reference counter
2019-06-20 18:01 [PATCH nf-next] netfilter: synproxy: fix manual bump of the reference counter Fernando Fernandez Mancera
@ 2019-06-21 15:31 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2019-06-21 15:31 UTC (permalink / raw)
To: Fernando Fernandez Mancera; +Cc: netfilter-devel
On Thu, Jun 20, 2019 at 08:01:59PM +0200, Fernando Fernandez Mancera wrote:
> This operation is handled by nf_synproxy_ipv4_init() now.
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-06-21 15:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-20 18:01 [PATCH nf-next] netfilter: synproxy: fix manual bump of the reference counter Fernando Fernandez Mancera
2019-06-21 15:31 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).