cryptdlg: Fix copy-paste error (coverity).

oldstable
André Hentschel 2012-10-24 19:27:00 +02:00 committed by Alexandre Julliard
parent 31ca59f0b5
commit a8125d6efd
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ static HCERTCHAINENGINE CRYPTDLG_MakeEngine(CERT_VERIFY_CERTIFICATE_TRUST *cert)
{
trust = CertOpenStore(CERT_STORE_PROV_COLLECTION, 0, 0,
CERT_STORE_CREATE_NEW_FLAG, NULL);
if (root)
if (trust)
{
for (i = 0; i < cert->cTrustStores; i++)
CertAddStoreToCollection(trust, cert->rghstoreTrust[i], 0, 0);