-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:
jbjohnso 2010-03-17 15:42:04 +00:00
parent c625ed1cac
commit ffd0139d4d

View File

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