fix null entry bug

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9185 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-03-30 14:35:11 +00:00
parent d02e4e1b73
commit 3e18056c47

View File

@ -594,6 +594,7 @@ sub tabdump
push @attrarray, $w;
}
@ents = $tabh->getAllAttribsWhere(\@attrarray, 'ALL');
@$recs = ();
foreach my $e (@ents) {
push @$recs,$e;
}