mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NTOS:EX]
- Remove duplicate check svn path=/trunk/; revision=72507
This commit is contained in:
@@ -1246,8 +1246,7 @@ ExEnumHandleTable(IN PHANDLE_TABLE HandleTable,
|
||||
while ((HandleTableEntry = ExpLookupHandleTableEntry(HandleTable, Handle)))
|
||||
{
|
||||
/* Validate the entry */
|
||||
if ((HandleTableEntry) &&
|
||||
(HandleTableEntry->Object) &&
|
||||
if ((HandleTableEntry->Object) &&
|
||||
(HandleTableEntry->NextFreeTableEntry != -2))
|
||||
{
|
||||
/* Lock the entry */
|
||||
|
||||
Reference in New Issue
Block a user