From cca9fd90caddbbbe7215083ea3436feaa0fe4c15 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Fri, 8 Apr 2011 01:53:56 +0000 Subject: [PATCH] defect 3260828,3279788: code has problem to handle the ./perl-xCAT/xCAT/PPCcfg.pm git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9243 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCcfg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCcfg.pm b/perl-xCAT/xCAT/PPCcfg.pm index 53986f017..57142a474 100644 --- a/perl-xCAT/xCAT/PPCcfg.pm +++ b/perl-xCAT/xCAT/PPCcfg.pm @@ -94,7 +94,7 @@ sub parse_args { } $request->{hwtype} = ($ntype =~ /^cec$/) ? "fsp" : "bpa"; } else { - push @newnodes, $_; + push @newnodes, $snode; $request->{hwtype} = $ntype; } }