1
0
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:
Jelmer Vernooij
2007-12-02 17:09:43 +01:00
committed by Stefan Metzmacher
parent 33f26f8e54
commit 2fa338cdc9
13 changed files with 24 additions and 18 deletions

View File

@ -60,7 +60,7 @@ int main(int argc, const char **argv)
ldb_global_init();
gensec_init();
gensec_init(global_loadparm);
mprSetCtx(mem_ctx);