From 7f2ba4663b4e761d07cca734b04061df8f9e9c65 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Thu, 7 Jun 2007 16:05:12 +0000 Subject: [PATCH] Fix object attributes svn path=/trunk/; revision=27053 --- reactos/base/system/autochk/autochk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/system/autochk/autochk.c b/reactos/base/system/autochk/autochk.c index 8b153d0e6ec..3460a166edc 100644 --- a/reactos/base/system/autochk/autochk.c +++ b/reactos/base/system/autochk/autochk.c @@ -73,7 +73,7 @@ OpenDirectory( InitializeObjectAttributes( &ObjectAttributes, &NtPathU, - Write ? FILE_WRITE_ATTRIBUTES : FILE_READ_ATTRIBUTES, + OBJ_CASE_INSENSITIVE, NULL, NULL);