Fix object attributes
authorEric Kohl <eric.kohl@reactos.org>
Thu, 7 Jun 2007 16:05:12 +0000 (16:05 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Thu, 7 Jun 2007 16:05:12 +0000 (16:05 +0000)
svn path=/trunk/; revision=27053

reactos/base/system/autochk/autochk.c

index 8b153d0..3460a16 100644 (file)
@@ -73,7 +73,7 @@ OpenDirectory(
     InitializeObjectAttributes(
         &ObjectAttributes,
         &NtPathU,
-        Write ? FILE_WRITE_ATTRIBUTES : FILE_READ_ATTRIBUTES,
+        OBJ_CASE_INSENSITIVE,
         NULL,
         NULL);