From 4e138d40110a14f8091ebf57d69735ea1ce2bff8 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 6 Apr 2010 14:48:26 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/MsgUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/MsgUtils.pm b/perl-xCAT/xCAT/MsgUtils.pm index 22ab77633..cece243ed 100644 --- a/perl-xCAT/xCAT/MsgUtils.pm +++ b/perl-xCAT/xCAT/MsgUtils.pm @@ -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) =