mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[NTMARTA] fix copypasta
svn path=/trunk/; revision=68910
This commit is contained in:
parent
16deb5bf24
commit
e560a1993f
1 changed files with 2 additions and 2 deletions
|
@ -252,7 +252,7 @@ AccpGetTrusteeObjects(IN PTRUSTEE_W Trustee,
|
|||
*pObjectTypeGuid = pOas->ObjectTypeGuid;
|
||||
|
||||
if (pInheritedObjectTypeGuid != NULL && pOas->ObjectsPresent & ACE_INHERITED_OBJECT_TYPE_PRESENT)
|
||||
*pObjectTypeGuid = pOas->InheritedObjectTypeGuid;
|
||||
*pInheritedObjectTypeGuid = pOas->InheritedObjectTypeGuid;
|
||||
|
||||
Ret = pOas->ObjectsPresent;
|
||||
break;
|
||||
|
@ -705,7 +705,7 @@ AccRewriteGetHandleRights(HANDLE handle,
|
|||
|
||||
if (SecurityInfo & GROUP_SECURITY_INFORMATION && ppsidGroup != NULL)
|
||||
{
|
||||
*ppsidOwner = NULL;
|
||||
*ppsidGroup = NULL;
|
||||
if (!GetSecurityDescriptorGroup(pSD,
|
||||
ppsidGroup,
|
||||
&Defaulted))
|
||||
|
|
Loading…
Reference in a new issue