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

r26226: Avoid more uses of global_loadparm.

This commit is contained in:
Jelmer Vernooij
2007-12-02 17:09:43 +01:00
committed by Stefan Metzmacher
parent 98c29e090f
commit 6cbce47a3e
13 changed files with 24 additions and 18 deletions

View File

@@ -1081,7 +1081,7 @@ int main(int argc, const char **argv)
return 1;
}
gensec_init();
gensec_init(global_loadparm);
if (opt_domain == NULL) {
opt_domain = lp_workgroup(global_loadparm);