change get table handle for SA option, create hangs on DB2

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5685 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-04-06 14:48:26 +00:00
parent f473040ca5
commit 4e138d4011

View File

@ -475,7 +475,7 @@ sub message
if ($sev eq 'SA')
{
my $auditlogentry;
my $tab = xCAT::Table->new("auditlog", -create => 1, -autocommit => 0);
my $tab = xCAT::Table->new("auditlog");
if ($tab)
{
my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) =