mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Minor errata fix
This commit is contained in:
parent
cab4a6dc03
commit
467ee5fb8f
@ -190,7 +190,7 @@ sub data_consumer ($$) {
|
|||||||
my %cnf_extra;
|
my %cnf_extra;
|
||||||
|
|
||||||
my $r = enterprise_hook('discovery_generate_extra_cnf',[$pa_config, $dbh, $task, \%cnf_extra]);
|
my $r = enterprise_hook('discovery_generate_extra_cnf',[$pa_config, $dbh, $task, \%cnf_extra]);
|
||||||
if (isset($r) && $r eq 'ERR') {
|
if (defined($r) && $r eq 'ERR') {
|
||||||
# Could not generate extra cnf, skip this task.
|
# Could not generate extra cnf, skip this task.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user