summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb/ldb_tdb.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-10-09 09:56:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:52 -0500
commitbbc056e067e1b721dc2ef6958ab653c1eddec3a1 (patch)
treed91e02862aba1d29bf8060748cadee34c66cf805 /source4/lib/ldb/ldb_tdb/ldb_tdb.c
parentd66e80c650ac16c9553223aac0cce7989831569b (diff)
downloadsamba-bbc056e067e1b721dc2ef6958ab653c1eddec3a1.tar.gz
samba-bbc056e067e1b721dc2ef6958ab653c1eddec3a1.tar.bz2
samba-bbc056e067e1b721dc2ef6958ab653c1eddec3a1.zip
r19196: merge from samba3:
pass always a mem_ctx to functions and a ldb_context where needed metze (This used to be commit 67a6a41ba3af840cd8226de73576a90ecf602caa)
Diffstat (limited to 'source4/lib/ldb/ldb_tdb/ldb_tdb.c')
-rw-r--r--source4/lib/ldb/ldb_tdb/ldb_tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.c b/source4/lib/ldb/ldb_tdb/ldb_tdb.c
index 171752d106..608120e3a7 100644
--- a/source4/lib/ldb/ldb_tdb/ldb_tdb.c
+++ b/source4/lib/ldb/ldb_tdb/ldb_tdb.c
@@ -138,7 +138,7 @@ struct TDB_DATA ltdb_key(struct ldb_module *module, const struct ldb_dn *dn)
the rest
*/
- dn_folded = ldb_dn_linearize_casefold(ldb, dn);
+ dn_folded = ldb_dn_linearize_casefold(ldb, ldb, dn);
if (!dn_folded) {
goto failed;
}