diff --git a/xCAT-server/lib/xcat/plugins/xCATWorld.pm b/xCAT-server/lib/xcat/plugins/xCATWorld.pm index 45d0db910..25e5a7638 100644 --- a/xCAT-server/lib/xcat/plugins/xCATWorld.pm +++ b/xCAT-server/lib/xcat/plugins/xCATWorld.pm @@ -50,7 +50,7 @@ sub preprocess_request my $callback = shift; my %sn; #if already preprocessed, go straight to request - if ($req->{_xcatpreprocessed}->[0] == 1 ) { return [$req]; } + if (($req->{_xcatpreprocessed}) and ($req->{_xcatpreprocessed}->[0] == 1) ) { return [$req]; } my $nodes = $req->{node}; my $service = "xcat";