We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62eda86 commit 74b7243Copy full SHA for 74b7243
src/policy_cert_verifier.cc
@@ -83,7 +83,7 @@ int PolicyCertVerifier::Verify(
83
completion_callback,
84
verify_result);
85
86
- net::CertificateList merged_trust_anchors(params.additional_trust_anchors());
+ net::CertificateList merged_trust_anchors(*params.additional_trust_anchors());
87
merged_trust_anchors.insert(merged_trust_anchors.begin(),
88
trust_anchors_.begin(), trust_anchors_.end());
89
net::CertVerifier::RequestParams new_params(
0 commit comments