mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
[AFD]
- Fix a desired access bug that totally broke event select - FILE_ALL_ACCESS is NOT equal to EVENT_ALL_ACCESS svn path=/trunk/; revision=52563
This commit is contained in:
parent
31774f263a
commit
62cbe9d8f0
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ AfdEventSelect( PDEVICE_OBJECT DeviceObject, PIRP Irp,
|
|||
if( EventSelectInfo->EventObject && EventSelectInfo->Events ) {
|
||||
Status = ObReferenceObjectByHandle( (PVOID)EventSelectInfo->
|
||||
EventObject,
|
||||
FILE_ALL_ACCESS,
|
||||
EVENT_ALL_ACCESS,
|
||||
ExEventObjectType,
|
||||
UserMode,
|
||||
(PVOID *)&FCB->EventSelect,
|
||||
|
|
Loading…
Reference in a new issue