Commit 0b2b1f88 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Set output chain to NULL.

parent 466d8a01
......@@ -180,6 +180,8 @@ BOOL WINAPI CertGetCertificateChain(HCERTCHAINENGINE hChainEngine,
pCertContext, pTime, hAdditionalStore, pChainPara, dwFlags, pvReserved,
ppChainContext);
if (ppChainContext)
*ppChainContext = NULL;
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return 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