aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2009-08-25 17:48:29 +0800
committerfjoe <fjoe@FreeBSD.org>2009-08-25 17:48:29 +0800
commit07247731f59e647cba3e7c11483c3e674e7e48d7 (patch)
tree75870914f8e7ca12ff932a40c4e6e0aa18f4aee6 /devel
parentd0faf9940b36c53fb16c4df30a11497e08de14bf (diff)
downloadfreebsd-ports-gnome-07247731f59e647cba3e7c11483c3e674e7e48d7.tar.gz
freebsd-ports-gnome-07247731f59e647cba3e7c11483c3e674e7e48d7.tar.zst
freebsd-ports-gnome-07247731f59e647cba3e7c11483c3e674e7e48d7.zip
Add a fix for audit plugin (although MySQL support is turned off).
Submited by: Tom Karpik
Diffstat (limited to 'devel')
-rw-r--r--devel/cvsnt/files/patch-triggers-audit_trigger.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/cvsnt/files/patch-triggers-audit_trigger.cpp b/devel/cvsnt/files/patch-triggers-audit_trigger.cpp
new file mode 100644
index 000000000000..ef54301f70bd
--- /dev/null
+++ b/devel/cvsnt/files/patch-triggers-audit_trigger.cpp
@@ -0,0 +1,12 @@
+*** triggers/audit_trigger.cpp.orig Wed Jul 15 14:08:34 2009
+--- triggers/audit_trigger.cpp Wed Jul 15 14:09:10 2009
+***************
+*** 226,231 ****
+--- 226,232 ----
+ return 0;
+ }
+
++ rs->Close();
+
+ g_nSessionId = 0;
+ if(g_AuditLogSessions) \ No newline at end of file