bacula/bacula-5.0.3-mysql55.patch

12 lines
243 B
Diff
Raw Normal View History

2011-01-06 17:32:03 +00:00
--- src/cats/mysql.c~ 2010-08-05 09:29:51.000000000 -0500
+++ src/cats/mysql.c 2011-01-06 11:28:59.907306001 -0600
@@ -292,7 +292,7 @@
void db_thread_cleanup()
{
#ifndef HAVE_WIN32
- my_thread_end();
+ mysql_thread_end();
#endif
}