mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[CMAKE]
Sync with trunk. (r49792) svn path=/branches/cmake-bringup/; revision=49803
This commit is contained in:
commit
f1283c58c6
111 changed files with 4097 additions and 2327 deletions
|
@ -834,8 +834,8 @@ DWORD RQueryServiceObjectSecurity(
|
|||
return ERROR_INVALID_HANDLE;
|
||||
}
|
||||
|
||||
if (dwSecurityInformation & (DACL_SECURITY_INFORMATION ||
|
||||
GROUP_SECURITY_INFORMATION ||
|
||||
if (dwSecurityInformation & (DACL_SECURITY_INFORMATION |
|
||||
GROUP_SECURITY_INFORMATION |
|
||||
OWNER_SECURITY_INFORMATION))
|
||||
DesiredAccess |= READ_CONTROL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue