mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-25 05:41:09 +00:00
xCAT::DBobjUtils->gettbldesc does not parse params correctly and then cannot filter non used table and columns (#6042)
This commit is contained in:
@@ -246,7 +246,9 @@ sub getobjattrs
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
sub gettbldesc {
|
||||
my ($class, $objtype) = @_;
|
||||
|
||||
my $class = shift;
|
||||
my $objtype = shift;
|
||||
my @attrs;
|
||||
# The $attrs is an optional argument
|
||||
if (ref $_[0]) {
|
||||
|
Reference in New Issue
Block a user