mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Csrss should only open the '\Windows' directory.
svn path=/trunk/; revision=14557
This commit is contained in:
parent
a6bdb724d0
commit
c5ccc1106a
1 changed files with 3 additions and 4 deletions
|
@ -135,10 +135,9 @@ CsrpParseCommandLine (
|
|||
NULL,
|
||||
NULL);
|
||||
|
||||
Status = NtCreateDirectoryObject(&CsrObjectDirectory,
|
||||
0xF000F, /* ea:??? */
|
||||
&Attributes);
|
||||
|
||||
Status = NtOpenDirectoryObject(&CsrObjectDirectory,
|
||||
0xF000F, /* ea:??? */
|
||||
&Attributes);
|
||||
return Status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue