don't init a pointer just to immediately set it again.
authordlg <dlg@openbsd.org>
Wed, 2 Jun 2021 00:27:03 +0000 (00:27 +0000)
committerdlg <dlg@openbsd.org>
Wed, 2 Jun 2021 00:27:03 +0000 (00:27 +0000)
commit677ce7a9c66c728ce6e57235e4607f0de02b6907
tree53624cb34e02ebb78bbdfab3701e7d20bc0bfac3
parent14a6ddb0776080648310d9277d4a4431e2c8dd74
don't init a pointer just to immediately set it again.

this is in ip6_input_if just before ipv6_check returns the pointer
we end up using.

pointed out by bluhm@
sys/netinet6/ip6_input.c