InternalOpenDirW: Fix object attribute.

svn path=/trunk/; revision=27517
This commit is contained in:
Eric Kohl 2007-07-08 20:21:42 +00:00
parent e32148b1e4
commit 65e920d5da

View file

@ -50,7 +50,7 @@ InternalOpenDirW(LPCWSTR DirName,
InitializeObjectAttributes(&ObjectAttributes,
&NtPathU,
Write ? FILE_WRITE_ATTRIBUTES : FILE_READ_ATTRIBUTES,
OBJ_CASE_INSENSITIVE,
NULL,
NULL);