-Fix erroneous copy and paste syntax error from yaboot plugin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2934 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-03-18 18:45:46 +00:00
parent bb6bd0fd1b
commit 5bad6cd582

View File

@ -319,7 +319,7 @@ sub process_request {
$response{node}->[0]->{data}->[0]= getstate($_);
$callback->(\%response);
} elsif ($args[0]) { #If anything else, send it on to the destiny plugin, then setstate
($rc,$errstr) = setstate($_,$bphash,$chainhash,$machash);
($rc,$errstr) = setstate($_,\%bphash,\%chainhash,\%machash);
if ($rc) {
$response{node}->[0]->{errorcode}->[0]= $rc;
$response{node}->[0]->{errorc}->[0]= $errstr;