From 6e4ea836231346a5e33698fb1dc0531f6b5f4dab Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 4 Mar 2010 22:18:00 +0000 Subject: [PATCH] -Fix another mistake in the litetree changes git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5372 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/litetree.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/litetree.pm b/xCAT-server/lib/xcat/plugins/litetree.pm index 36c264175..627caa0c5 100644 --- a/xCAT-server/lib/xcat/plugins/litetree.pm +++ b/xCAT-server/lib/xcat/plugins/litetree.pm @@ -64,7 +64,7 @@ sub process_request { # if request comes from node post script .awk file. }elsif($request->{'_xcat_clienthost'}){ - my @nodenames = noderange($request->{'_xcat_clienthost'}.",".$request->{'_xcat_clientfqdn'}); + my @nodenames = noderange($request->{'_xcat_clienthost'->[0]}.",".$request->{'_xcat_clientfqdn'}->[0]); $noderange = $nodenames[0]; }else{ $callback->({error=>["Well Kemosabi, I can't figure out who you are."],errorcode=>[1]});