(plugin) hardware::server::hp::ilo::xmlapi - add decode option working (#3911)
This commit is contained in:
parent
b2c886f8b2
commit
4771c10510
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue