fixed a typo
Modified: trunk/reactos/lib/rtl/sd.c
--- trunk/reactos/lib/rtl/sd.c 2005-11-01 22:36:00 UTC (rev 18939) +++ trunk/reactos/lib/rtl/sd.c 2005-11-01 22:39:14 UTC (rev 18940) @@ -868,8 +868,8 @@
AbsSD->Owner = NULL; AbsSD->Group = NULL;
+ AbsSD->Sacl = NULL;
AbsSD->Dacl = NULL;
- AbsSD->Sacl = NULL;
} /* clear the self-relative flag */ @@ -889,8 +889,8 @@
AbsSD->Control &= ~SE_SELF_RELATIVE; AbsSD->Owner = pOwner; AbsSD->Group = pGroup;
- AbsSD->Sacl = pDacl;
- AbsSD->Dacl = pSacl;
+ AbsSD->Sacl = pSacl;
+ AbsSD->Dacl = pDacl;
#endif