]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- s/my_thread_end/mysql_thread_end/
authorareq <areq@pld-linux.org>
Mon, 4 Apr 2011 16:18:52 +0000 (16:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula-mysql_thread.patch -> 1.1

bacula-mysql_thread.patch [new file with mode: 0644]

diff --git a/bacula-mysql_thread.patch b/bacula-mysql_thread.patch
new file mode 100644 (file)
index 0000000..7143274
--- /dev/null
@@ -0,0 +1,10 @@
+--- bacula-5.0.3/src/cats/mysql.c        2011-04-04 16:48:12.878931913 +0200
++++ bacula-5.0.3/src/cats/mysql.c.new    2011-04-04 16:48:53.169522177 +0200
+@@ -292,7 +292,7 @@
+ void db_thread_cleanup()
+ { 
+ #ifndef HAVE_WIN32
+-   my_thread_end();
++   mysql_thread_end();
+ #endif
+ }
This page took 0.108515 seconds and 4 git commands to generate.