fix defect 4218: rscan -w writes wrong mgt for the CECs

This commit is contained in:
huweihua 2014-07-31 03:24:01 -04:00
parent f81dfc7442
commit 8cd8a891c4

View File

@ -119,7 +119,7 @@ sub add_ppc {
# Specify CEC and Frame's mgt as fsp and bpa
if ( $type =~ /^cec$/) {
$mgt = "fsp";
$mgt = "hmc";
}
if ( $type =~ /^frame$/) {
$mgt = "bpa";