-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
This commit is contained in:
parent
0e86b4c54a
commit
64115e1c66
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user