s4-modules Remove lp_ctx from init functions that no longer need it
[kai/samba.git] / source4 / smbd / process_model.c
index af12a7b8cb1f8f8486c00f740cc9e04488bc8ee6..3c4c03ebf2c425c1a7821dae70f5fc13348c7974 100644 (file)
@@ -111,7 +111,7 @@ _PUBLIC_ NTSTATUS process_model_init(struct loadparm_context *lp_ctx)
        }
        initialised = true;
 
-       shared_init = load_samba_modules(NULL, lp_ctx, "process_model");
+       shared_init = load_samba_modules(NULL, "process_model");
        
        run_init_functions(static_init);
        run_init_functions(shared_init);