mirror of
https://github.com/reactos/wine.git
synced 2025-01-07 11:51:28 +00:00
ntdll: Initialize variable (Coverity).
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
992e3c5dc8
commit
0df38064c2
@ -2340,7 +2340,7 @@ NTSTATUS WINAPI NtQuerySystemInformation(
|
||||
NTSTATUS WINAPI NtQuerySystemInformationEx(SYSTEM_INFORMATION_CLASS SystemInformationClass,
|
||||
void *Query, ULONG QueryLength, void *SystemInformation, ULONG Length, ULONG *ResultLength)
|
||||
{
|
||||
ULONG len;
|
||||
ULONG len = 0;
|
||||
NTSTATUS ret = STATUS_NOT_IMPLEMENTED;
|
||||
|
||||
TRACE("(0x%08x,%p,%u,%p,%u,%p) stub\n", SystemInformationClass, Query, QueryLength, SystemInformation,
|
||||
|
Loading…
Reference in New Issue
Block a user