bug fix in lsslp

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2182 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2008-09-16 15:31:17 +00:00
parent cdee15340e
commit d0280bf9a2

View File

@ -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;