CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/01 18:27:03
Modified files:
sys/netinet6 : ip6_input.c
Log message:
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@
