fix dell me4

This commit is contained in:
garnier-quentin 2020-05-19 12:01:44 +02:00 committed by Lotfi zaouche
parent 53c33b9408
commit 8490dd402a
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ sub manage_selection {
}
foreach (@{$result_logical_interfaces->{'sas-host-phy-statistics'}}) {
next if ($self->{ports}->{ $_->{port} });
next if (!defined($self->{ports}->{ $_->{port} }));
$self->{ports}->{ $_->{port} }->{interfaces}->{ $_->{phy} } = {
display => $_->{phy},