mirror of
https://github.com/reactos/reactos.git
synced 2025-08-08 00:23:12 +00:00
fixed a typo
svn path=/trunk/; revision=18940
This commit is contained in:
parent
23c6b8167f
commit
837e60ee47
1 changed files with 3 additions and 3 deletions
|
@ -868,8 +868,8 @@ RtlSelfRelativeToAbsoluteSD2(PISECURITY_DESCRIPTOR SelfRelativeSecurityDescripto
|
|||
|
||||
AbsSD->Owner = NULL;
|
||||
AbsSD->Group = NULL;
|
||||
AbsSD->Dacl = NULL;
|
||||
AbsSD->Sacl = NULL;
|
||||
AbsSD->Dacl = NULL;
|
||||
}
|
||||
|
||||
/* clear the self-relative flag */
|
||||
|
@ -889,8 +889,8 @@ RtlSelfRelativeToAbsoluteSD2(PISECURITY_DESCRIPTOR SelfRelativeSecurityDescripto
|
|||
AbsSD->Control &= ~SE_SELF_RELATIVE;
|
||||
AbsSD->Owner = pOwner;
|
||||
AbsSD->Group = pGroup;
|
||||
AbsSD->Sacl = pDacl;
|
||||
AbsSD->Dacl = pSacl;
|
||||
AbsSD->Sacl = pSacl;
|
||||
AbsSD->Dacl = pDacl;
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue