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:
parent
ee66c687c9
commit
cd7883323b
@ -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=();
|
||||
|
Loading…
Reference in New Issue
Block a user