CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/22 07:26:00
Modified files:
sys/netinet6 : nd6.c
Log message:
Call nd6_timer() without argument
nd6_timer_to is a global struct and nd6_timer() accesses it as such,
thereby ignoring its function argument.
Make that clear when setting the timeout, which now goes like the other
two timeouts.
OK bluhem
