mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 17:15:11 +02:00
+ Fix error undefined message for centos 5
This commit is contained in:
parent
ea4183f63f
commit
adb2362b72
@ -26,7 +26,7 @@ sub init_response {
|
|||||||
sub response {
|
sub response {
|
||||||
my (%options) = @_;
|
my (%options) = @_;
|
||||||
|
|
||||||
my $stdout;
|
my $stdout = '';
|
||||||
if (!defined($options{stdout})) {
|
if (!defined($options{stdout})) {
|
||||||
local *STDOUT;
|
local *STDOUT;
|
||||||
$manager_display->{output}->{option_results}->{output_json} = 1;
|
$manager_display->{output}->{option_results}->{output_json} = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user