summaryrefslogtreecommitdiff
path: root/source/intl
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-26 10:50:08 +0100
committerKarolin Seeger <kseeger@samba.org>2008-03-27 08:38:26 +0100
commitdfbad488ae4e8ceb5b04c4d4687caf3de86c620b (patch)
tree581506588b74d500249c819a65797738ab1ea6d7 /source/intl
parent56e3660e4072d6bc6e69f0bcdc201dd28329327d (diff)
downloadsamba-dfbad488ae4e8ceb5b04c4d4687caf3de86c620b.tar.gz
use tdb_wipe_all() instead of tdb_wipe() - it is faster...
Michael (cherry picked from commit 3d2fdcd50fdbfb66a14360516836445d47eceeb0)
Diffstat (limited to 'source/intl')
-rw-r--r--source/intl/lang_tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/intl/lang_tdb.c b/source/intl/lang_tdb.c
index 4e4a3a5e207..499b9eb87da 100644
--- a/source/intl/lang_tdb.c
+++ b/source/intl/lang_tdb.c
@@ -45,7 +45,7 @@ static bool load_msg(const char *msg_file)
}
/* wipe the db */
- tdb_wipe(tdb);
+ tdb_wipe_all(tdb);
msgid = NULL;