mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[RTL]
- Fix copypasta in RtlValidSecurityDescriptor svn path=/trunk/; revision=63774
This commit is contained in:
@@ -1070,7 +1070,7 @@ RtlValidSecurityDescriptor(IN PSECURITY_DESCRIPTOR SecurityDescriptor)
|
||||
|
||||
/* Group SID must be valid if present */
|
||||
Group = SepGetGroupFromDescriptor(Sd);
|
||||
if ((Owner) && (!RtlValidSid(Group))) _SEH2_YIELD(return FALSE);
|
||||
if ((Group) && (!RtlValidSid(Group))) _SEH2_YIELD(return FALSE);
|
||||
|
||||
/* DACL must be valid if present */
|
||||
Dacl = SepGetDaclFromDescriptor(Sd);
|
||||
|
||||
Reference in New Issue
Block a user