From d552ed957cc78825c1674f4ba678da7a6c0a3f37 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 13 Dec 2011 09:19:42 +0000 Subject: [PATCH] Fixing bug 3458924: ilitefile is different with litetree/liteimg that there is no noderange in its option. Still checking if the req->{node} should not be used here. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11234 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/litetree.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/litetree.pm b/xCAT-server/lib/xcat/plugins/litetree.pm index 0f5e5f5d8..c519c15d1 100644 --- a/xCAT-server/lib/xcat/plugins/litetree.pm +++ b/xCAT-server/lib/xcat/plugins/litetree.pm @@ -83,9 +83,6 @@ sub process_request { $noderange = \@nodenames; $request->{node} = $noderange; } - }else{ - $callback->({error=>["No node names are given, I cannot figure out who you are."],errorcode=>[1]}); - return; } my $command = $request->{command}->[0];