]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
netfilter: nf_conntrack_sip: remove net variable shadowing
authorFlorian Westphal <fw@strlen.de>
Tue, 10 Mar 2026 15:05:51 +0000 (16:05 +0100)
committerFlorian Westphal <fw@strlen.de>
Wed, 8 Apr 2026 05:51:27 +0000 (07:51 +0200)
commit7970d6aaf710db166de98c5356a260089896fae5
tree66b7a68df2689f95d488ab5063ca47f054bded92
parent1f290c497cb644dd3b52e69b2eaa24a5ffb66094
netfilter: nf_conntrack_sip: remove net variable shadowing

net is already set, derived from nf_conn.
I don't see how the device could be living in a different netns
than the conntrack entry.

Remove the extra variable and re-use existing one.

Signed-off-by: Florian Westphal <fw@strlen.de>
net/netfilter/nf_conntrack_sip.c