mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user