mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
Fix Build
I have no idea how this got lost.
This commit is contained in:
parent
90ac6cd9a1
commit
e4f25269fe
@ -376,7 +376,7 @@ int NodeSetupCommand::SetupNode(const boost::program_options::variables_map& vm,
|
|||||||
String trustedCert = vm["trustedcert"].as<std::string>();
|
String trustedCert = vm["trustedcert"].as<std::string>();
|
||||||
|
|
||||||
try{
|
try{
|
||||||
trustedParentCert = GetX509Certificate(trustedCert)
|
trustedParentCert = GetX509Certificate(trustedCert);
|
||||||
} catch (const std::exception&) {
|
} catch (const std::exception&) {
|
||||||
Log(LogCritical, "cli")
|
Log(LogCritical, "cli")
|
||||||
<< "Can't read trusted cert at '" << trustedCert << "'.";
|
<< "Can't read trusted cert at '" << trustedCert << "'.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user