udp6: fix udp6_ehashfn() typo
authorEric Dumazet <edumazet@google.com>
Sat, 8 Jul 2023 08:29:58 +0000 (08:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 8 Jul 2023 14:20:48 +0000 (15:20 +0100)
commit51d03e2f2203e76ed02d33fb5ffbb5fc85ffaf54
treec77617f1b715f3099a0ab6326e7459accc763c3a
parent2aaa8a15de73874847d62eb595c6683bface80fd
udp6: fix udp6_ehashfn() typo

Amit Klein reported that udp6_ehash_secret was initialized but never used.

Fixes: 1bbdceef1e53 ("inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once")
Reported-by: Amit Klein <aksecurity@gmail.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Willy Tarreau <w@1wt.eu>
Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Cc: David Ahern <dsahern@kernel.org>
Cc: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/udp.c