From 53e399475ed43660433100224e2c27612c9230b5 Mon Sep 17 00:00:00 2001 From: yinle <yinle@8638fb3e-16cb-4fca-ae20-7b5d299a9bcd> Date: Mon, 13 Feb 2012 01:56:34 +0000 Subject: [PATCH] minor fix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11558 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/FSPcfg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/FSPcfg.pm b/perl-xCAT/xCAT/FSPcfg.pm index 277d76b71..59c710b3d 100644 --- a/perl-xCAT/xCAT/FSPcfg.pm +++ b/perl-xCAT/xCAT/FSPcfg.pm @@ -134,7 +134,7 @@ sub parse_args { #} my $nodes = $request->{node}; - my $typehash = xCAT::DBobjUtils->getnodetype(\@$nodes, "ppc"); + my $typehash = xCAT::DBobjUtils->getnodetype($nodes, "ppc"); foreach my $nn (@$nodes) { $request->{hwtype} =$$typehash{$nn}; last if ($request->{hwtype});