From d0280bf9a2a18d6f320d3d2224a698de7f1ede74 Mon Sep 17 00:00:00 2001 From: linggao Date: Tue, 16 Sep 2008 15:31:17 +0000 Subject: [PATCH] bug fix in lsslp git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2182 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/lsslp.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/lib/xcat/plugins/lsslp.pm b/xCAT-server/lib/xcat/plugins/lsslp.pm index c25ac615a..c6765214d 100644 --- a/xCAT-server/lib/xcat/plugins/lsslp.pm +++ b/xCAT-server/lib/xcat/plugins/lsslp.pm @@ -1898,6 +1898,8 @@ sub preprocess_request { # build each request for each service node ########################################### my @result = (); + my $mncopy = {%$req}; + push @result, $mncopy; foreach my $sn (keys (%sv_hash)) { my $reqcopy = {%$req}; $reqcopy->{_xcatdest} = $sn;