Correct an intance of mtx_pool_lock() that should have been mtx_pool_unlock().
This commit is contained in:
parent
8b60cc16ab
commit
5a57707840
@ -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 New Issue
Block a user