From 287685acb1ec017d82c065f1c5085020eaf815e6 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 7 Sep 2010 09:24:16 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/lsslp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/lsslp.pm b/xCAT-server/lib/xcat/plugins/lsslp.pm index 55fe5187f..2f2f25a55 100644 --- a/xCAT-server/lib/xcat/plugins/lsslp.pm +++ b/xCAT-server/lib/xcat/plugins/lsslp.pm @@ -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