Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f76c7bfc authored by Fernando Fernandez Mancera's avatar Fernando Fernandez Mancera Committed by Pablo Neira Ayuso
Browse files

netfilter: synproxy: fix manual bump of the reference counter



This operation is handled by nf_synproxy_ipv4_init() now.

Fixes: d7f9b2f1 ("netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXY")
Signed-off-by: default avatarFernando Fernandez Mancera <ffmancera@riseup.net>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 29099462
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@ static int synproxy_tg4_check(const struct xt_tgchk_param *par)
		return err;
	}

	snet->hook_ref4++;
	return err;
}