]> git.pld-linux.org Git - packages/bacula.git/blame - bacula-mysql_thread.patch
- started update to 5.2.1; dbi is gone; support for multiple databases is base in...
[packages/bacula.git] / bacula-mysql_thread.patch
CommitLineData
118423d3 1--- bacula-5.0.3/src/cats/mysql.c 2011-04-04 16:48:12.878931913 +0200
2+++ bacula-5.0.3/src/cats/mysql.c.new 2011-04-04 16:48:53.169522177 +0200
3@@ -292,7 +292,7 @@
4 void db_thread_cleanup()
5 {
6 #ifndef HAVE_WIN32
7- my_thread_end();
8+ mysql_thread_end();
9 #endif
10 }
This page took 0.078066 seconds and 4 git commands to generate.