CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/12 10:10:45
Modified files:
sys/net : bfd.c
Log message:
Fix solock()/sounlock() usage.
This time solock() doesn't return value and sounlock() hasn't second
parameter. Bi-directional Forwarding Detection is disabled by default,
so it was forgotten when solock()/sounlock() were changed.
Build test done with BFD option.
ok phessler claudio
