Fix #2102
This commit is contained in:
parent
ee723b48da
commit
1fbf1a76ab
|
@ -162,7 +162,7 @@ sub check_options {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$self->{overload_th} = {};
|
$self->{overload_th} = [];
|
||||||
foreach my $val (@{$self->{option_results}->{threshold_overload}}) {
|
foreach my $val (@{$self->{option_results}->{threshold_overload}}) {
|
||||||
next if (!defined($val) || $val eq '');
|
next if (!defined($val) || $val eq '');
|
||||||
my @values = split (/,/, $val);
|
my @values = split (/,/, $val);
|
||||||
|
|
Loading…
Reference in New Issue