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
90ac6cd9a1
commit
e4f25269fe
@ -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 << "'.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user