mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
Csrss should only open the '\Windows' directory.
svn path=/trunk/; revision=14557
This commit is contained in:
@@ -135,10 +135,9 @@ CsrpParseCommandLine (
|
||||
NULL,
|
||||
NULL);
|
||||
|
||||
Status = NtCreateDirectoryObject(&CsrObjectDirectory,
|
||||
0xF000F, /* ea:??? */
|
||||
&Attributes);
|
||||
|
||||
Status = NtOpenDirectoryObject(&CsrObjectDirectory,
|
||||
0xF000F, /* ea:??? */
|
||||
&Attributes);
|
||||
return Status;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user