mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTOS:SE] Capture the groups length when creating a token
The groups length is already returned by SeCaptureSidAndAttributesArray, it doesn't make sense to not use it.
This commit is contained in:
parent
90b3a9c09b
commit
99d776894a
1 changed files with 1 additions and 1 deletions
|
@ -4197,7 +4197,7 @@ NtCreateToken(
|
|||
CapturedUser,
|
||||
GroupCount,
|
||||
CapturedGroups,
|
||||
0, // FIXME: Should capture
|
||||
GroupsLength,
|
||||
PrivilegeCount,
|
||||
CapturedPrivileges,
|
||||
CapturedOwnerSid,
|
||||
|
|
Loading…
Reference in a new issue