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
This commit is contained in:
jbjohnso 2012-05-29 15:19:39 +00:00
parent c764d28959
commit b4d8def3a9

View File

@ -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}}, "";}