CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/28 02:24:29
Modified files:
sys/netinet6 : ip6_input.c
Log message:
The ip6_hbhchcheck() function never reads the nxtp parameter, it
only sets its value. It is more obvious to return the next protocol
or IPPROTO_DONE to signal error. All IP protocol functions do that.
OK sashan@ florian@
