[NTOSKRNL]

Revert r68346.
CORE-9933 #resolve

svn path=/trunk/; revision=68570
This commit is contained in:
Eric Kohl 2015-07-25 10:21:18 +00:00
parent 403459d8f4
commit 4a1740bc9e

View file

@ -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;
}
}