fix defect 4218: rscan -w writes wrong mgt for the CECs
This commit is contained in:
parent
f81dfc7442
commit
8cd8a891c4
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user