diff --git a/perl-xCAT/xCAT/PPCcfg.pm b/perl-xCAT/xCAT/PPCcfg.pm index 25ae14667..4d8a2b8a4 100644 --- a/perl-xCAT/xCAT/PPCcfg.pm +++ b/perl-xCAT/xCAT/PPCcfg.pm @@ -90,7 +90,7 @@ sub parse_args { #} my $nodes = $request->{node}; - my $typehash = xCAT::DBobjUtils->getnodetype($nodes, "ppc"); + my $typehash = xCAT::DBobjUtils->getnodetype($nodes); foreach my $nn (@$nodes) { $request->{hwtype} = $$typehash{$nn}; last if ($request->{hwtype});