Fix Build

I have no idea how this got lost.
This commit is contained in:
Michael Insel 2020-02-14 07:56:23 +01:00 committed by Alexander A. Klimov
parent 18cf314480
commit 3b1f9a938a

View File

@ -376,7 +376,7 @@ int NodeSetupCommand::SetupNode(const boost::program_options::variables_map& vm,
String trustedCert = vm["trustedcert"].as<std::string>();
try{
trustedParentCert = GetX509Certificate(trustedCert)
trustedParentCert = GetX509Certificate(trustedCert);
} catch (const std::exception&) {
Log(LogCritical, "cli")
<< "Can't read trusted cert at '" << trustedCert << "'.";