Commit 88ac766f authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

wintrust: Correct error slot for SoftpubLoadSignature.

parent b8716799
......@@ -496,7 +496,7 @@ HRESULT WINAPI SoftpubLoadSignature(CRYPT_PROVIDER_DATA *data)
else
ret = TRUE;
if (!ret)
data->padwTrustStepErrors[TRUSTERROR_STEP_FINAL_OBJPROV] =
data->padwTrustStepErrors[TRUSTERROR_STEP_FINAL_SIGPROV] =
GetLastError();
return ret ? S_OK : S_FALSE;
}
......
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