2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

FSP/BPA redundancy: minor fix

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8407 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2010-12-15 08:28:53 +00:00
parent d244c938cc
commit 0c8c0ca5f9

View File

@ -1706,11 +1706,11 @@ sub parse_responses {
} elsif ( $type1 eq TYPE_CEC and $type eq TYPE_FSP and $mtm1 eq $mtm and $sn1 eq $sn ) {
$parent = $h1; # FSP's parent is CEC
last;
} else {
$parent = ""; # Frame and HMC have no parent
}
}
unless ( $parent ) {
$parent = "undef"; # for HMC there is no parent
}
push @$data, $parent;