Skip to content
Snippets Groups Projects
Commit cc8f9d39 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

certstore: rename argument in constructor

Change-Id: I3f0ff94a42083f89f188c9ff3da5b1e447ee3c2b
parent 23852469
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ const char* statusToStr(TrustStatus s);
class CertificateStore
{
public:
explicit CertificateStore(const std::string& accountId, std::shared_ptr<Logger> logger);
explicit CertificateStore(const std::string& path, std::shared_ptr<Logger> logger);
std::vector<std::string> getPinnedCertificates() const;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment