mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[NTOS:EX]
- Remove duplicate check svn path=/trunk/; revision=72507
This commit is contained in:
parent
5168c15faa
commit
9df6fe4496
1 changed files with 1 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue