Skip to content
Snippets Groups Projects
Commit 536f01f6 authored by Xavier Jouslin de Noray's avatar Xavier Jouslin de Noray Committed by Sébastien Blin
Browse files

Certificate Verirification: fetch certificate with thew plugin id and not the plugin name

Change-Id: I1248395999dddc0e57f953e9bacb8a6ecb18ce16
parent 9a24a83e
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ std::unique_ptr<dht::crypto::Certificate>
readPluginCertificateFromArchive(const std::string& jplPath) {
try {
auto manifest = readPluginManifestFromArchive(jplPath);
const std::string& name = manifest["name"];
const std::string& name = manifest["id"];
if (name.empty()) {
return {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment