mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
Fix object attributes
svn path=/trunk/; revision=27053
This commit is contained in:
parent
94e835008d
commit
7f2ba4663b
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ OpenDirectory(
|
|||
InitializeObjectAttributes(
|
||||
&ObjectAttributes,
|
||||
&NtPathU,
|
||||
Write ? FILE_WRITE_ATTRIBUTES : FILE_READ_ATTRIBUTES,
|
||||
OBJ_CASE_INSENSITIVE,
|
||||
NULL,
|
||||
NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue