From da27c770467d7e0494fbea70d5e424e76851819f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 26 Mar 2008 10:50:08 +0100 Subject: use tdb_wipe_all() instead of tdb_wipe() - it is faster... Michael (This used to be commit 3d2fdcd50fdbfb66a14360516836445d47eceeb0) --- source3/intl/lang_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/intl') diff --git a/source3/intl/lang_tdb.c b/source3/intl/lang_tdb.c index 4e4a3a5e20..499b9eb87d 100644 --- a/source3/intl/lang_tdb.c +++ b/source3/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; -- cgit