diff --git a/centreon-plugins/hardware/server/hp/ilo/xmlapi/custom/api.pm b/centreon-plugins/hardware/server/hp/ilo/xmlapi/custom/api.pm index affe0dfbe..78771c2db 100644 --- a/centreon-plugins/hardware/server/hp/ilo/xmlapi/custom/api.pm +++ b/centreon-plugins/hardware/server/hp/ilo/xmlapi/custom/api.pm @@ -263,6 +263,8 @@ sub change_shitty_xml { $options{response} =~ s////msg; + $options{response} =~ s///msg; + return $options{response}; }