fix filter f5 virtual-server
This commit is contained in:
parent
abb79b7210
commit
860bb2b6db
|
@ -133,7 +133,7 @@ sub manage_selection {
|
||||||
|
|
||||||
my $name = $self->{output}->to_utf8(join('', map(chr($_), split(/\./, $index))));
|
my $name = $self->{output}->to_utf8(join('', map(chr($_), split(/\./, $index))));
|
||||||
if (defined($self->{option_results}->{filter_name}) && $self->{option_results}->{filter_name} ne '' &&
|
if (defined($self->{option_results}->{filter_name}) && $self->{option_results}->{filter_name} ne '' &&
|
||||||
$result->{Name} !~ /$self->{option_results}->{filter_name}/) {
|
$name !~ /$self->{option_results}->{filter_name}/) {
|
||||||
$self->{output}->output_add(long_msg => "skipping '" . $name . "': no matching filter name.", debug => 1);
|
$self->{output}->output_add(long_msg => "skipping '" . $name . "': no matching filter name.", debug => 1);
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue