summaryrefslogtreecommitdiff
path: root/source3/lib/ldb/modules/ldb_map_inbound.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/ldb/modules/ldb_map_inbound.c')
-rw-r--r--source3/lib/ldb/modules/ldb_map_inbound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/ldb/modules/ldb_map_inbound.c b/source3/lib/ldb/modules/ldb_map_inbound.c
index b83a17e502..38454b2b11 100644
--- a/source3/lib/ldb/modules/ldb_map_inbound.c
+++ b/source3/lib/ldb/modules/ldb_map_inbound.c
@@ -56,7 +56,7 @@ static struct ldb_message_element *ldb_msg_el_map_local(struct ldb_module *modul
el->name = map_attr_map_local(el, map, old->name);
for (i = 0; i < el->num_values; i++) {
- el->values[i] = ldb_val_map_local(module, el->values, map, old->values[i]);
+ el->values[i] = ldb_val_map_local(module, el->values, map, &old->values[i]);
}
return el;