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:
parent
d02e4e1b73
commit
3e18056c47
@ -594,6 +594,7 @@ sub tabdump
|
||||
push @attrarray, $w;
|
||||
}
|
||||
@ents = $tabh->getAllAttribsWhere(\@attrarray, 'ALL');
|
||||
@$recs = ();
|
||||
foreach my $e (@ents) {
|
||||
push @$recs,$e;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user