mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +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,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
Status = NtCreateDirectoryObject(&CsrObjectDirectory,
|
Status = NtOpenDirectoryObject(&CsrObjectDirectory,
|
||||||
0xF000F, /* ea:??? */
|
0xF000F, /* ea:??? */
|
||||||
&Attributes);
|
&Attributes);
|
||||||
|
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue