1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-25 00:23:52 +03:00

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 commit is contained in:
Jelmer Vernooij
2007-09-11 15:42:19 +00:00
committed by Gerald (Jerry) Carter
parent adcb3c864a
commit e672380d21
6 changed files with 31 additions and 20 deletions

View File

@@ -120,6 +120,8 @@ struct ldb_context {
unsigned int flags;
unsigned int create_perms;
char *modules_dir;
};
#ifndef ARRAY_SIZE