Revert "Fix problem where blade.pm failed to isolate table configuration problems"

This reverts commit 637ad509abf90eabce30321d53793139fb084aaf.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12951 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-29 16:03:32 +00:00
parent b4d8def3a9
commit 7af1cd03fb

View File

@ -3575,7 +3575,7 @@ sub preprocess_request {
else {
$callback->({data=>["no mpa defined for node $node"]});
$request = {};
next;
return;
}
if (defined($ent->{id})) { push @{$mpa_hash{$ent->{mpa}}{ids}}, $ent->{id};}
else { push @{$mpa_hash{$ent->{mpa}}{ids}}, "";}