freebsd11_network: Add "return 0" to placate warning.
This commit is contained in:
parent
1fab551726
commit
4e1ffc1266
@ -67,6 +67,7 @@ mtx_trylock(struct mtx* mutex)
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user