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
This commit is contained in:
daniceexi 2011-04-08 01:53:56 +00:00
parent 3fa3910689
commit cca9fd90ca

View File

@ -94,7 +94,7 @@ sub parse_args {
}
$request->{hwtype} = ($ntype =~ /^cec$/) ? "fsp" : "bpa";
} else {
push @newnodes, $_;
push @newnodes, $snode;
$request->{hwtype} = $ntype;
}
}