mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
[NTOS:EX]
- Reset of count of handles prior to enumeration See issue 11928 for more details. svn path=/trunk/; revision=72551
This commit is contained in:
@@ -1203,6 +1203,9 @@ QSI_DEF(SystemHandleInformation)
|
||||
{
|
||||
PLIST_ENTRY NextTableEntry;
|
||||
|
||||
/* Reset of count of handles */
|
||||
HandleInformation->NumberOfHandles = 0;
|
||||
|
||||
/* Enumerate all system handles */
|
||||
for (NextTableEntry = HandleTableListHead.Flink;
|
||||
NextTableEntry != &HandleTableListHead;
|
||||
|
||||
Reference in New Issue
Block a user