mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 00:43:09 +00:00
InternalOpenDirW: Fix object attribute.
svn path=/trunk/; revision=27517
This commit is contained in:
parent
e32148b1e4
commit
65e920d5da
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ InternalOpenDirW(LPCWSTR DirName,
|
||||||
|
|
||||||
InitializeObjectAttributes(&ObjectAttributes,
|
InitializeObjectAttributes(&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