mirror of https://github.com/Icinga/icinga2.git
Fix a build error
This commit is contained in:
parent
1a9c4ceef6
commit
e9f9a2d665
|
@ -356,11 +356,12 @@ void TroubleshootCollectCommand::CheckObjectFile(const String& objectfile, InfoL
|
|||
continue;
|
||||
|
||||
bool first = true;
|
||||
/*
|
||||
if (print)
|
||||
ObjectListUtility::PrintObject(std::ostream(nullptr), first, message, type_count, "", "");
|
||||
else
|
||||
ObjectListUtility::PrintObject(std::ostream(nullptr), first, message, type_count, "", "");
|
||||
|
||||
*/
|
||||
Dictionary::Ptr object = JsonDecode(message);
|
||||
Dictionary::Ptr properties = object->Get("properties");
|
||||
|
||||
|
|
Loading…
Reference in New Issue