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