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:
parent
7d41d4abfd
commit
96292f8670
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user