mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Fix Build
I have no idea how this got lost.
This commit is contained in:
parent
90ac6cd9a1
commit
e4f25269fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue