summaryrefslogtreecommitdiff
path: root/lib/ldb/common/ldb_options.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ldb/common/ldb_options.c')
-rw-r--r--lib/ldb/common/ldb_options.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ldb/common/ldb_options.c b/lib/ldb/common/ldb_options.c
index 0aa80f75159..ee8c7283ada 100644
--- a/lib/ldb/common/ldb_options.c
+++ b/lib/ldb/common/ldb_options.c
@@ -100,3 +100,8 @@ const char **ldb_options_copy(TALLOC_CTX *ctx, const char *options[])
}
return copy;
}
+
+const char **ldb_options_get(struct ldb_context *ldb)
+{
+ return ldb->options;
+}