mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
readd incorrectly removed access mapping
svn path=/trunk/; revision=14255
This commit is contained in:
@@ -448,6 +448,9 @@ IoCreateFile(OUT PHANDLE FileHandle,
|
||||
return Status;
|
||||
}
|
||||
|
||||
RtlMapGenericMask(&DesiredAccess,
|
||||
BODY_TO_HEADER(FileObject)->ObjectType->Mapping);
|
||||
|
||||
Status = ObInsertObject ((PVOID)FileObject,
|
||||
NULL,
|
||||
DesiredAccess,
|
||||
|
||||
Reference in New Issue
Block a user