Author :
kn
Date :
2022-07-22 13:26:00
Hash :713fe098 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