mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
r26226: Avoid more uses of global_loadparm.
(This used to be commit 6cbce47a3e
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
33f26f8e54
commit
2fa338cdc9
@ -60,7 +60,7 @@ int main(int argc, const char **argv)
|
||||
|
||||
ldb_global_init();
|
||||
|
||||
gensec_init();
|
||||
gensec_init(global_loadparm);
|
||||
mprSetCtx(mem_ctx);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user