mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove an incorrect comment
This commit is contained in:
parent
3a038c4d68
commit
cf8f32025f
1 changed files with 0 additions and 1 deletions
|
|
@ -246,7 +246,6 @@ tun_destroy(struct tun_softc *tp)
|
|||
{
|
||||
struct cdev *dev;
|
||||
|
||||
/* Unlocked read. */
|
||||
mtx_lock(&tp->tun_mtx);
|
||||
if ((tp->tun_flags & TUN_OPEN) != 0)
|
||||
cv_wait_unlock(&tp->tun_cv, &tp->tun_mtx);
|
||||
|
|
|
|||
Loading…
Reference in a new issue