From b4d8def3a9fef3a171511c64d9433b8a84c423d2 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 29 May 2012 15:19:39 +0000 Subject: [PATCH] Fix problem where blade.pm failed to isolate table configuration problems git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12950 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/blade.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index 473b688b7..ab9340f08 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -3575,7 +3575,7 @@ sub preprocess_request { else { $callback->({data=>["no mpa defined for node $node"]}); $request = {}; - return; + next; } if (defined($ent->{id})) { push @{$mpa_hash{$ent->{mpa}}{ids}}, $ent->{id};} else { push @{$mpa_hash{$ent->{mpa}}{ids}}, "";}