]> git.pld-linux.org Git - packages/bacula.git/blobdiff - bacula-mysql_thread.patch
- s/my_thread_end/mysql_thread_end/
[packages/bacula.git] / bacula-mysql_thread.patch
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.067584 seconds and 4 git commands to generate.