mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fix object attributes
svn path=/trunk/; revision=27053
This commit is contained in:
@@ -73,7 +73,7 @@ OpenDirectory(
|
||||
InitializeObjectAttributes(
|
||||
&ObjectAttributes,
|
||||
&NtPathU,
|
||||
Write ? FILE_WRITE_ATTRIBUTES : FILE_READ_ATTRIBUTES,
|
||||
OBJ_CASE_INSENSITIVE,
|
||||
NULL,
|
||||
NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user