Commit c5a95b82 authored by Jason Edmeades's avatar Jason Edmeades Committed by Alexandre Julliard

Don't clear the information structure for non supported cases.

parent 18e195a8
......@@ -723,7 +723,6 @@ NTSTATUS WINAPI NtQuerySystemInformation(
default:
FIXME("(0x%08x,%p,0x%08lx,%p) stub\n",
SystemInformationClass,SystemInformation,Length,ResultLength);
memset(SystemInformation, 0, Length);
ret = STATUS_NOT_IMPLEMENTED;
}
if (ResultLength) *ResultLength = 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