mirror of
https://github.com/samba-team/samba.git
synced 2025-11-01 16:23:49 +03:00
r25446: Merge some changes I made on the way home from SFO:
2007-09-29 More higher-level passing around of lp_ctx. 2007-09-29 Fix warning. 2007-09-29 Pass loadparm contexts on a higher level. 2007-09-29 Avoid using global loadparm context.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
315ffc0191
commit
3468952e77
@@ -83,7 +83,7 @@ _PUBLIC_ NTSTATUS register_process_model(const void *_ops)
|
||||
NTSTATUS process_model_init(void)
|
||||
{
|
||||
init_module_fn static_init[] = STATIC_process_model_MODULES;
|
||||
init_module_fn *shared_init = load_samba_modules(NULL, "process_model");
|
||||
init_module_fn *shared_init = load_samba_modules(NULL, global_loadparm, "process_model");
|
||||
|
||||
run_init_functions(static_init);
|
||||
run_init_functions(shared_init);
|
||||
|
||||
Reference in New Issue
Block a user