mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
Fix access rights.
svn path=/trunk/; revision=27054
This commit is contained in:
parent
7f2ba4663b
commit
f807c0daab
1 changed files with 1 additions and 1 deletions
|
@ -949,7 +949,7 @@ CreatePartitionList (SHORT Left,
|
|||
NULL);
|
||||
|
||||
Status = NtOpenFile (&FileHandle,
|
||||
FILE_GENERIC_READ,
|
||||
FILE_READ_ATTRIBUTES | SYNCHRONIZE,
|
||||
&ObjectAttributes,
|
||||
&Iosb,
|
||||
FILE_SHARE_READ,
|
||||
|
|
Loading…
Reference in a new issue