fixed a typo

svn path=/trunk/; revision=18940
This commit is contained in:
Thomas Bluemel
2005-11-01 22:39:14 +00:00
parent 23c6b8167f
commit 837e60ee47
+3 -3
View File
@@ -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