mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-06 11:35:14 +00:00
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:
@@ -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};
|
||||
|
Reference in New Issue
Block a user