mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +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,
|
CapturedUser,
|
||||||
GroupCount,
|
GroupCount,
|
||||||
CapturedGroups,
|
CapturedGroups,
|
||||||
0, // FIXME: Should capture
|
GroupsLength,
|
||||||
PrivilegeCount,
|
PrivilegeCount,
|
||||||
CapturedPrivileges,
|
CapturedPrivileges,
|
||||||
CapturedOwnerSid,
|
CapturedOwnerSid,
|
||||||
|
|
Loading…
Reference in a new issue