summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb_private.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-11 15:42:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:25 -0500
commited2a1c718ae4fb56fdfe73da6f63ddb7fb15d9fd (patch)
treed583b466f1e3fdfe309d4e19077e2cc7deb6a862 /source4/lib/ldb/include/ldb_private.h
parentc44019e1e3d804f577e6432e191fb3d3e93a8f02 (diff)
downloadsamba-ed2a1c718ae4fb56fdfe73da6f63ddb7fb15d9fd.tar.gz
samba-ed2a1c718ae4fb56fdfe73da6f63ddb7fb15d9fd.tar.bz2
samba-ed2a1c718ae4fb56fdfe73da6f63ddb7fb15d9fd.zip
r25081: Add modules_dir member to ldb_context that is used rather than a global
modulesdir setting. Samba always sets this to lp_modulesdir()/ldb (This used to be commit e672380d2156cf0421108a9c34f04f096c2afeed)
Diffstat (limited to 'source4/lib/ldb/include/ldb_private.h')
-rw-r--r--source4/lib/ldb/include/ldb_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h
index cac665b5bb..e07083bef7 100644
--- a/source4/lib/ldb/include/ldb_private.h
+++ b/source4/lib/ldb/include/ldb_private.h
@@ -120,6 +120,8 @@ struct ldb_context {
unsigned int flags;
unsigned int create_perms;
+
+ char *modules_dir;
};
#ifndef ARRAY_SIZE