summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-02-13 12:48:54 +0000
committerVolker Lendecke <vlendec@samba.org>2007-02-13 12:48:54 +0000
commitb09b9be675f88e5a8d32f59bd7d83941ea216ab6 (patch)
tree079b5650bf3fcdc1e58f0b0412ca35206e22087d
parent921c89aff6489d3ba95ccab15fe730b0a7ea5282 (diff)
downloadsamba-b09b9be675f88e5a8d32f59bd7d83941ea216ab6.tar.gz
samba-b09b9be675f88e5a8d32f59bd7d83941ea216ab6.tar.xz
samba-b09b9be675f88e5a8d32f59bd7d83941ea216ab6.zip
r21313: Janitor for metze :-)
-rw-r--r--source/lib/ldb/ldb_tdb/ldb_index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/ldb/ldb_tdb/ldb_index.c b/source/lib/ldb/ldb_tdb/ldb_index.c
index 0c9d1f33a1b..c5d53331c6e 100644
--- a/source/lib/ldb/ldb_tdb/ldb_index.c
+++ b/source/lib/ldb/ldb_tdb/ldb_index.c
@@ -337,7 +337,7 @@ static int ltdb_index_dn_leaf(struct ldb_module *module,
ldb_oom(module->ldb);
return -1;
}
- list->dn[0] = talloc_strdup(list, (char *)tree->u.equality.value.data);
+ list->dn[0] = talloc_strdup(list->dn, (char *)tree->u.equality.value.data);
if (list->dn[0] == NULL) {
ldb_oom(module->ldb);
return -1;