This commit is contained in:
fbsanchez 2020-04-30 16:53:45 +02:00
parent 2b99bfb803
commit c7f0181209
1 changed files with 1 additions and 1 deletions

View File

@ -1358,7 +1358,7 @@ sub prepare_agent($$) {
$self->{'agents_found'} = {} if ref($self->{'agents_found'}) ne 'HASH';
# Already initialized.
return if ref($self->{'agents_found'}->{$host_name}) eq 'HASH';
return if ref($self->{'agents_found'}->{$addr}) eq 'HASH';
my @addresses = $self->get_addresses($addr);
$self->{'agents_found'}->{$addr} = {