minor fix

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11559 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2012-02-13 01:59:17 +00:00
parent 53e399475e
commit 7d41d4abfd

@ -114,7 +114,7 @@ sub mkhwconn_parse_args
if ( $ppctab)
{
my $hcp_nodetype = undef;
my $typehash = xCAT::DBobjUtils->getnodetype(\@$nodes, "ppc");
my $typehash = xCAT::DBobjUtils->getnodetype($nodes, "ppc");
for my $node (@$nodes)
{
my $node_parent = undef;
@ -460,7 +460,7 @@ sub rmhwconn_parse_args
my @bpa_ctrled_nodes = ();
my @no_type_nodes = ();
my @frame_members = ();
my $nodetype_hash = xCAT::DBobjUtils->getnodetype(\@$nodes, "ppc");
my $nodetype_hash = xCAT::DBobjUtils->getnodetype($nodes, "ppc");
for my $node ( @$nodes)
{
my $nodehm = $nodehmtab->getNodeAttribs( $node, [qw(mgt)]);