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:
committed by
Stefan Metzmacher
parent
98c29e090f
commit
6cbce47a3e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user