mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08: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:
@@ -1217,7 +1217,6 @@ SepDuplicateToken(
|
||||
*/
|
||||
SepRemoveUserGroupToken(AccessToken, GroupsIndex);
|
||||
GroupsIndex--;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1243,7 +1242,6 @@ SepDuplicateToken(
|
||||
*/
|
||||
SepRemovePrivilegeToken(AccessToken, PrivilegesIndex);
|
||||
PrivilegesIndex--;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user