mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Correct an intance of mtx_pool_lock() that should have been mtx_pool_unlock().
This commit is contained in:
parent
8b60cc16ab
commit
5a57707840
1 changed files with 1 additions and 1 deletions
|
|
@ -1953,7 +1953,7 @@ ndis_wait_event(event, msecs)
|
|||
mtx_pool_lock(ndis_mtxpool, ntoskrnl_dispatchlock);
|
||||
|
||||
if (event->ne_event.nk_header.dh_sigstate == TRUE) {
|
||||
mtx_pool_lock(ndis_mtxpool, ntoskrnl_dispatchlock);
|
||||
mtx_pool_unlock(ndis_mtxpool, ntoskrnl_dispatchlock);
|
||||
return(TRUE);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue