minor fix

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

View File

@ -202,7 +202,7 @@ sub genhwtree
##################################################################
# only handle physical hardware objects here.
my $typehash = xCAT::DBobjUtils->getnodetype(\@$nodelist, "ppc");
my $typehash = xCAT::DBobjUtils->getnodetype($nodelist, "ppc");
my @ppcnodes;
foreach (@entries) {
push @ppcnodes, $_->{node};