mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[KERNEL32] Fix a typo in IsShimInfrastructureDisabled.
svn path=/trunk/; revision=73491
This commit is contained in:
@@ -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)) &&
|
||||
|
||||
Reference in New Issue
Block a user