-Fix extraneous, but worrying output
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5509 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
c625ed1cac
commit
ffd0139d4d
@ -98,7 +98,7 @@ sub preprocess_request {
|
||||
}
|
||||
xCAT::Common::usage_noderange($request,$callback);
|
||||
|
||||
if ($request->{_xcatpreprocessed}->[0] == 1) { return [$request]; }
|
||||
if ($request->{_xcatpreprocessed} and $request->{_xcatpreprocessed}->[0] == 1) { return [$request]; }
|
||||
# exit if preprocesses
|
||||
my @requests;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user