cryptdlg: Fix copy-paste error (coverity)

André Hentschel nerv at dawncrow.de
Wed Oct 24 12:27:00 CDT 2012


CID 712999
---
 dlls/cryptdlg/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/cryptdlg/main.c b/dlls/cryptdlg/main.c
index 04311fd..9124541 100644
--- a/dlls/cryptdlg/main.c
+++ b/dlls/cryptdlg/main.c
@@ -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);
-- 
1.8.0



-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list