Commit 88399dee authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

wbemprox: Initialize a variable (Coverity).

parent 7e55129b
......@@ -1372,7 +1372,7 @@ static UINT get_logical_processor_count( UINT *num_physical, UINT *num_packages
NTSTATUS status;
ULONG len, offset = 0;
BOOL smt_enabled = FALSE;
DWORD all;
DWORD all = RelationAll;
if (num_packages) *num_packages = 1;
status = NtQuerySystemInformationEx( SystemLogicalProcessorInformationEx, &all, sizeof(all), NULL, 0, &len );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment