From 1fee96f3b8d2ab84576b3b209178e08e0e869b74 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 14 Jul 2008 14:44:18 +0000 Subject: [PATCH] -Fix syntax error in yaboot plugin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1879 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/yaboot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/yaboot.pm b/xCAT-server/lib/xcat/plugins/yaboot.pm index a5dca2cbf..edad1f285 100644 --- a/xCAT-server/lib/xcat/plugins/yaboot.pm +++ b/xCAT-server/lib/xcat/plugins/yaboot.pm @@ -274,7 +274,7 @@ sub process_request { setstate($_,$bphash,$chainhash,$machash); } } - my @normalnodes = keys %normal + my @normalnodes = keys %normal; $sub_req->({command=>['makedhcp'], node=>\@normalnodes},$callback); my @breaknetboot=keys %breaknetbootnodes;