[KERNEL32] Fix a typo in IsShimInfrastructureDisabled.

svn path=/trunk/; revision=73491
This commit is contained in:
Mark Jansen 2016-12-30 20:54:47 +00:00
parent 3f0da1835a
commit 2549b1ebe7

View file

@ -97,8 +97,8 @@ IsShimInfrastructureDisabled(VOID)
KeyValuePartialInformation,
&KeyInfo,
sizeof(KeyInfo),
&ResultLength),
NtClose(KeyHandle);
&ResultLength);
NtClose(KeyHandle);
if ((NT_SUCCESS(Status)) &&
(KeyInfo.Type == REG_DWORD) &&
(KeyInfo.DataLength == sizeof(ULONG)) &&