summaryrefslogtreecommitdiff
path: root/source3/lib/ldb/modules/ldb_map_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/ldb/modules/ldb_map_private.h')
-rw-r--r--source3/lib/ldb/modules/ldb_map_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/ldb/modules/ldb_map_private.h b/source3/lib/ldb/modules/ldb_map_private.h
index ae53ebbdd4..8a08d0a5b6 100644
--- a/source3/lib/ldb/modules/ldb_map_private.h
+++ b/source3/lib/ldb/modules/ldb_map_private.h
@@ -36,6 +36,8 @@ struct map_context {
const struct ldb_dn *local_dn;
const struct ldb_parse_tree *local_tree;
const char * const *local_attrs;
+ const char * const *remote_attrs;
+ const char * const *all_attrs;
struct ldb_request *orig_req;
struct ldb_request *local_req;