mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Fix Build
I have no idea how this got lost.
This commit is contained in:
parent
18cf314480
commit
3b1f9a938a
@ -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