From 5bad6cd582b342183b4dd1725564aabd06ca9fd6 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 18 Mar 2009 18:45:46 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/pxe.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/pxe.pm b/xCAT-server/lib/xcat/plugins/pxe.pm index 243cb85cf..3cf8a6fae 100644 --- a/xCAT-server/lib/xcat/plugins/pxe.pm +++ b/xCAT-server/lib/xcat/plugins/pxe.pm @@ -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;