mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 00:10:39 +00:00
[NTOSKRNL]
Revert r68346. CORE-9933 #resolve svn path=/trunk/; revision=68570
This commit is contained in:
parent
403459d8f4
commit
4a1740bc9e
1 changed files with 1 additions and 1 deletions
|
@ -2443,7 +2443,7 @@ NtQuerySystemInformation(IN SYSTEM_INFORMATION_CLASS SystemInformationClass,
|
|||
&ResultLength);
|
||||
|
||||
/* Save the result length to the caller */
|
||||
if (NT_SUCCESS(FStatus) && UnsafeResultLength)
|
||||
if (UnsafeResultLength)
|
||||
*UnsafeResultLength = ResultLength;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue