mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[KERNEL32] Fix a typo in IsShimInfrastructureDisabled.
svn path=/trunk/; revision=73491
This commit is contained in:
parent
3f0da1835a
commit
2549b1ebe7
1 changed files with 2 additions and 2 deletions
|
@ -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)) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue