diff --git a/xCAT-server/lib/xcat/plugins/nodestat.pm b/xCAT-server/lib/xcat/plugins/nodestat.pm index 257acb71a..de2d599b5 100644 --- a/xCAT-server/lib/xcat/plugins/nodestat.pm +++ b/xCAT-server/lib/xcat/plugins/nodestat.pm @@ -120,11 +120,8 @@ sub preprocess_request my $req = shift; my $cb = shift; my %sn; - - if ((defined($req->{_xcatpreprocessed})) && - ($req->{_xcatpreprocessed}->[0] == 1)) { - return [$req]; - } + if (defined $req->{_xcatpreprocessed}->[0] && $req->{_xcatpreprocessed}->[0] == 1) { return [$req]; } + #exit if preprocessed my $command = $req->{command}->[0]; if ($command eq "nodestat") {