diff --git a/perl-xCAT/xCAT/DBobjUtils.pm b/perl-xCAT/xCAT/DBobjUtils.pm index 6b594ce33..5363ec24b 100644 --- a/perl-xCAT/xCAT/DBobjUtils.pm +++ b/perl-xCAT/xCAT/DBobjUtils.pm @@ -611,7 +611,8 @@ sub getDBtable return undef; } - @rows = $thistable->getTable; + #@rows = $thistable->getTable; + @rows = @{$thistable->getAllEntries()}; # !!!! this routine returns rows even if the table is empty!!!!!!