Skip to content
Snippets Groups Projects
Commit a6e28e3f authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

more robus query

parent 03361f5f
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ sub get_collection
my $name= shift;
my $col_handle= '_'. $name;
return $self->{$col_handle} if (exists($self->{$col_handle}));
return $self->{$col_handle} if (exists($self->{$col_handle}) && defined ($self->{$col_handle}));
my $mon_cfg= $self->{mon_cfg};
my $paf= $mon_cfg->{'AgentDB'};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment