Author: jgardou Date: Wed Feb 18 21:27:40 2015 New Revision: 66349
URL: http://svn.reactos.org/svn/reactos?rev=66349&view=rev Log: [CRYPT32] - Addenratum to r64026: Merge the certificate stores for real. CORE-5675 #resolve
Modified: trunk/reactos/dll/win32/crypt32/rootstore.c
Modified: trunk/reactos/dll/win32/crypt32/rootstore.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/crypt32/rootstore... ============================================================================== --- trunk/reactos/dll/win32/crypt32/rootstore.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/crypt32/rootstore.c [iso-8859-1] Wed Feb 18 21:27:40 2015 @@ -808,6 +808,7 @@ HCERTSTORE collStore = CertOpenStore(CERT_STORE_PROV_COLLECTION, 0, 0, CERT_STORE_CREATE_NEW_FLAG, NULL); CertAddStoreToCollection(collStore, regStore, 0, 0); + CertAddStoreToCollection(collStore, root, 0, 0); root = collStore; } }