fix bug 2812004

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3667 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ellen56 2009-06-30 11:04:30 +00:00
parent ee66c687c9
commit cd7883323b

View File

@ -62,7 +62,8 @@ sub preprocess_request
my $req = shift;
my $callback = shift;
my $command = $req->{command}->[0];
if ($req->{_xcatdest}) { return [$req]; } #exit if preprocessed
# if ($req->{_xcatdest}) { return [$req]; } #exit if preprocessed
if ($req->{module}) { return [$req]; }
my $args=$req->{arg};
my @requests=();