]> git.pld-linux.org Git - packages/bacula.git/blob - bacula-dbi_dbcheck.patch
- patch to fix a crash that may happen when using the DVD storage
[packages/bacula.git] / bacula-dbi_dbcheck.patch
1 --- bacula-5.0.1/src/cats/dbi.c.orig    2010-02-24 16:33:48.000000000 +0100
2 +++ bacula-5.0.1/src/cats/dbi.c 2010-03-16 09:12:10.000000000 +0100
3 @@ -717,6 +717,11 @@
4     return errmsg;
5  }
6  
7 +void db_check_backend_thread_safe()
8 +{
9 +   Emsg0(M_WARNING, 0, _("Cannot be sure if DBI is thread-safe"));
10 +}
11 +
12  #ifdef HAVE_BATCH_FILE_INSERT
13  
14  /*
This page took 0.047543 seconds and 3 git commands to generate.