mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
[NTOS]: Use the correct access rights for ZwOpenDirectoryObject call.
svn path=/trunk/; revision=74585
This commit is contained in:
@@ -173,7 +173,7 @@ xHalpGetRDiskCount(VOID)
|
||||
NULL);
|
||||
|
||||
Status = ZwOpenDirectoryObject (&DirectoryHandle,
|
||||
SYMBOLIC_LINK_ALL_ACCESS,
|
||||
DIRECTORY_ALL_ACCESS,
|
||||
&ObjectAttributes);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user