mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTOS:SE] Partially revert 0129de2
The continue statements do not server any useful purpose in these loops so they're basically pointless. These have been introduced by mistake so my bad.
This commit is contained in:
parent
8110a66b08
commit
05d52aba2b
1 changed files with 0 additions and 2 deletions
|
@ -1217,7 +1217,6 @@ SepDuplicateToken(
|
|||
*/
|
||||
SepRemoveUserGroupToken(AccessToken, GroupsIndex);
|
||||
GroupsIndex--;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1243,7 +1242,6 @@ SepDuplicateToken(
|
|||
*/
|
||||
SepRemovePrivilegeToken(AccessToken, PrivilegesIndex);
|
||||
PrivilegesIndex--;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue