mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
cryptui: Inherit existing properties when importing a cert.
This commit is contained in:
parent
8216c07a96
commit
1accec563b
@ -3463,7 +3463,7 @@ static BOOL import_cert(PCCERT_CONTEXT cert, HCERTSTORE hDestCertStore)
|
||||
}
|
||||
}
|
||||
ret = CertAddCertificateContextToStore(store, cert,
|
||||
CERT_STORE_ADD_REPLACE_EXISTING, NULL);
|
||||
CERT_STORE_ADD_REPLACE_EXISTING_INHERIT_PROPERTIES, NULL);
|
||||
if (!hDestCertStore) CertCloseStore(store, 0);
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user