mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +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(
|
InitializeObjectAttributes(
|
||||||
&ObjectAttributes,
|
&ObjectAttributes,
|
||||||
&NtPathU,
|
&NtPathU,
|
||||||
Write ? FILE_WRITE_ATTRIBUTES : FILE_READ_ATTRIBUTES,
|
OBJ_CASE_INSENSITIVE,
|
||||||
NULL,
|
NULL,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue