mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 00:55:18 +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 {
|
||||
my (%options) = @_;
|
||||
|
||||
my $stdout;
|
||||
my $stdout = '';
|
||||
if (!defined($options{stdout})) {
|
||||
local *STDOUT;
|
||||
$manager_display->{output}->{option_results}->{output_json} = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user