mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOSKRNL]
Revert r68346. CORE-9933 #resolve svn path=/trunk/; revision=68570
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user