mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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 $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.
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user