mirror of https://github.com/Icinga/icinga2.git
parent
2d73b6259c
commit
59739d9ae4
|
@ -559,8 +559,7 @@ String CompatUtility::GetCheckResultPerfdata(const Dictionary::Ptr& cr)
|
|||
if (!cr)
|
||||
return String();
|
||||
|
||||
Dictionary::Ptr perfdata = cr->Get("performance_data");
|
||||
return PluginUtility::FormatPerfdata(perfdata);
|
||||
return PluginUtility::FormatPerfdata(cr->Get("performance_data"));
|
||||
}
|
||||
|
||||
String CompatUtility::EscapeString(const String& str)
|
||||
|
|
Loading…
Reference in New Issue