fixed defect 3034596, lsslp error with XCATBYPASS=1

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7372 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2010-09-07 09:24:16 +00:00
parent 586428eca8
commit 287685acb1

View File

@ -2594,7 +2594,7 @@ sub preprocess_request {
my %sv_hash=();
my @all = xCAT::Utils::getAllSN();
foreach (@all) {
if ($_->{servicenode}) {$sv_hash{$_->{servicenode}}=1;}
$sv_hash{$_}=1;
}
###########################################
# build each request for each service node