Error with HBA checking

Hi,

I had problem with checking last HBA (last in navisecli output) of our VNX 5300, because plugin continued to section “Information about each SPPORT” and inserted a lot of nonsense information to its output.
I solved it by adding

if ($_ =~ m/InformationsaboutseachsSPPORT/) {
$hba_section = 0;
$hba_port_section = 0;
$hba_node_line = 0;
}

before

}
close (NAVICLIOUT);

Regards, Bohumil