mirror of https://github.com/Icinga/icinga2.git
Fix package build error
This commit is contained in:
parent
c75ecd8c45
commit
cb1caf560b
|
@ -357,9 +357,9 @@ void TroubleshootCollectCommand::CheckObjectFile(const String& objectfile, InfoL
|
||||||
|
|
||||||
bool first = true;
|
bool first = true;
|
||||||
|
|
||||||
std::ofstream badstream;
|
std::stringstream sStream;
|
||||||
|
|
||||||
ObjectListUtility::PrintObject(badstream, first, message, type_count, "", "");
|
ObjectListUtility::PrintObject(sStream, 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