This commit is contained in:
garnier-quentin 2016-02-04 11:26:07 +01:00
commit 571773187a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ sub manage_selection {
$options{sql}->connect();
$options{sql}->query(query => $query);
# check by ssid
# check by poller
$self->{poller} = {};
while ((my $row = $options{sql}->fetchrow_hashref())) {
if (defined($self->{option_results}->{filter_poller}) && $self->{option_results}->{filter_poller} ne '' &&