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:
committed by
Gerald (Jerry) Carter
parent
adcb3c864a
commit
e672380d21
@@ -120,6 +120,8 @@ struct ldb_context {
|
||||
unsigned int flags;
|
||||
|
||||
unsigned int create_perms;
|
||||
|
||||
char *modules_dir;
|
||||
};
|
||||
|
||||
#ifndef ARRAY_SIZE
|
||||
|
||||
Reference in New Issue
Block a user