Csrss should only open the '\Windows' directory.

svn path=/trunk/; revision=14557
This commit is contained in:
Hartmut Birr 2005-04-08 20:29:30 +00:00
parent a6bdb724d0
commit c5ccc1106a

View file

@ -135,10 +135,9 @@ CsrpParseCommandLine (
NULL,
NULL);
Status = NtCreateDirectoryObject(&CsrObjectDirectory,
0xF000F, /* ea:??? */
&Attributes);
Status = NtOpenDirectoryObject(&CsrObjectDirectory,
0xF000F, /* ea:??? */
&Attributes);
return Status;
}