mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
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…
x
Reference in New Issue
Block a user