diff --git a/perl-xCAT/xCAT/DBobjUtils.pm b/perl-xCAT/xCAT/DBobjUtils.pm index 01683911a..5bf27c69e 100755 --- a/perl-xCAT/xCAT/DBobjUtils.pm +++ b/perl-xCAT/xCAT/DBobjUtils.pm @@ -618,7 +618,7 @@ sub getDBtable { # need to get info from DB - my $thistable = xCAT::Table->new($table, -create => 1, -autocommit => 0); + my $thistable = xCAT::Table->new($table, -create => 1); if (!$thistable) { return undef;