From: Eric Bollengier Date: Wed, 2 Jul 2008 21:24:57 +0000 (+0000) Subject: ebl Fix bad flag X-Git-Tag: Release-3.0.0~1197 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e225a869b814cf54192ccd1cf75116bebad51779;p=bacula%2Fbacula ebl Fix bad flag git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7293 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/patches/testing/accurate-db.patch b/bacula/patches/testing/accurate-db.patch index 8106cbb2b4..9634f9b08c 100644 --- a/bacula/patches/testing/accurate-db.patch +++ b/bacula/patches/testing/accurate-db.patch @@ -99,7 +99,7 @@ Index: src/filed/accurate.c + + if ((ret = jcr->file_list->open(jcr->file_list, + NULL, jcr->hash_name, NULL, -+ DB_BTREE, DB_CREATE | DB_PRIVATE, 0600)) != 0) ++ DB_BTREE, DB_CREATE, 0600)) != 0) + { + jcr->file_list->close(jcr->file_list, DB_NOSYNC); + jcr->file_list=NULL;