summaryrefslogtreecommitdiff
path: root/source/intl
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-26 10:50:08 +0100
committerMichael Adam <obnox@samba.org>2008-03-26 10:50:35 +0100
commit3d2fdcd50fdbfb66a14360516836445d47eceeb0 (patch)
tree5a9606ab95aae204ad53033d73b3df554bd2d0f2 /source/intl
parent1c51bec5318bad085c09931aa7e8f72f41d103fe (diff)
downloadsamba-3d2fdcd50fdbfb66a14360516836445d47eceeb0.tar.gz
use tdb_wipe_all() instead of tdb_wipe() - it is faster...
Michael
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;