update to process firm the same as firmware

This commit is contained in:
John Simpson 2013-11-08 09:57:20 -05:00
parent 61b359fb11
commit 8d062e9649

View File

@ -1724,6 +1724,10 @@ sub inv {
$sessdata->{skipotherfru}=1;
@types = qw(asset);
}
elsif($subcommand eq "firm" || $subcommand eq "firmware") {
$sessdata->{skipotherfru}=1;
@types = qw(firmware);
}
elsif($subcommand eq "model") {
$sessdata->{skipotherfru}=1;
@types = qw(model);