Fix solock()/sounlock() usage.
authormvs <mvs@openbsd.org>
Wed, 12 Jul 2023 16:10:45 +0000 (16:10 +0000)
committermvs <mvs@openbsd.org>
Wed, 12 Jul 2023 16:10:45 +0000 (16:10 +0000)
commit7266eec8276b191cc99d578332b93ff49b3e87fc
tree604eef306da1cc7d2fe3ab4a88bf3c431ed4dd04
parentf344f57b431a3f713873cd19bf346f494ac561db
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
sys/net/bfd.c