Commit 6ea282c7 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

ntdll: Avoid dead initialization (scan-build).

parent c9a94b4d
......@@ -5569,7 +5569,7 @@ NTSTATUS WINAPI RtlQueryActivationContextApplicationSettings( DWORD flags, HANDL
const WCHAR *settings, WCHAR *buffer,
SIZE_T size, SIZE_T *written )
{
ACTIVATION_CONTEXT *actctx = check_actctx( handle );
ACTIVATION_CONTEXT *actctx;
const WCHAR *res;
if (flags)
......
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