From 156195265aac78dc830d45e6771c4b0330a8b9ed Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Mon, 19 Dec 2011 09:32:30 +0100 Subject: [PATCH] Update to 5.2.3 --- bacula-5.2.2-mysql.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 bacula-5.2.2-mysql.patch diff --git a/bacula-5.2.2-mysql.patch b/bacula-5.2.2-mysql.patch deleted file mode 100644 index 04fe5dc..0000000 --- a/bacula-5.2.2-mysql.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur bacula-5.2.2.old/src/cats/mysql.c bacula-5.2.2/src/cats/mysql.c ---- bacula-5.2.2.old/src/cats/mysql.c 2011-11-26 15:08:12.000000000 +0100 -+++ bacula-5.2.2/src/cats/mysql.c 2011-12-10 22:32:47.763334236 +0100 -@@ -296,7 +296,7 @@ - void B_DB_MYSQL::db_thread_cleanup(void) - { - #ifndef HAVE_WIN32 -- my_thread_end(); -+ mysql_thread_end(); - #endif - } -