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:
parent
f473040ca5
commit
4e138d4011
@ -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) =
|
||||
|
Loading…
Reference in New Issue
Block a user