mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:56:56 +00:00
[LIBS] Use KeClearEvent instead of KeResetEvent where the previous state is not needed.
This commit is contained in:
parent
2cb0c129a6
commit
008e035b7e
3 changed files with 4 additions and 4 deletions
|
@ -4451,7 +4451,7 @@ RxCommonWrite(
|
|||
1,
|
||||
&RxStrucSupSpinLock) == 0)
|
||||
{
|
||||
KeResetEvent(Fcb->NonPaged->OutstandingAsyncEvent);
|
||||
KeClearEvent(Fcb->NonPaged->OutstandingAsyncEvent);
|
||||
}
|
||||
|
||||
UnwindOutstandingAsync = TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue