From 64115e1c66c0d2d1124de95ae70b3883cb05385c Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 4 Mar 2010 15:44:11 +0000 Subject: [PATCH] -Fix problem in previous checkin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5365 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 1266ce6a1..666fd120f 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'}){ - $noderange = noderange($request->{'_xcat_clienthost'},$request->{'_xcat_clientfqdn'}); + $noderange = noderange($request->{'_xcat_clienthost'}.",".$request->{'_xcat_clientfqdn'}); }else{ $callback->({error=>["Well Kemosabi, I can't figure out who you are."],errorcode=>[1]}); return;