(plugin) hardware::server::hp::ilo::xmlapi - add decode option working (#3911)

This commit is contained in:
qgarnier 2022-09-21 16:50:29 +02:00 committed by GitHub
parent b2c886f8b2
commit 4771c10510
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ sub get_ilo_data {
$self->get_ilo2_data();
}
$self->{content} = $self->{output}->decode($self->{content});
$self->{content} =~ s/\r//sg;
$self->{output}->output_add(long_msg => $self->{content}, debug => 1);