]> git.pld-linux.org Git - packages/bacula.git/blob - 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
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.022262 seconds and 3 git commands to generate.