From f4536667833613f3bd18b4b92fb83b24f03f898c Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 18 Mar 2009 14:30:09 +0000 Subject: [PATCH] -Put in missing close brace git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2931 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/yaboot.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/yaboot.pm b/xCAT-server/lib/xcat/plugins/yaboot.pm index 85e8270b1..494bd0511 100644 --- a/xCAT-server/lib/xcat/plugins/yaboot.pm +++ b/xCAT-server/lib/xcat/plugins/yaboot.pm @@ -305,6 +305,7 @@ sub process_request { $response{node}->[0]->{errorcode}->[0]= $rc; $response{node}->[0]->{errorc}->[0]= $errstr; $callback->(\%response); + } } } my @normalnodeset = keys %normalnodes;