From ce0ccc2a2ea820cd5d30ffd082d898fcb57431e6 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 24 Oct 2011 19:01:16 +1100 Subject: lib/util Rename run_init_functions -> samba_init_module_fns_run This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett --- source4/smbd/process_model.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/smbd/process_model.c') diff --git a/source4/smbd/process_model.c b/source4/smbd/process_model.c index 8080787a12..e9e8ffa854 100644 --- a/source4/smbd/process_model.c +++ b/source4/smbd/process_model.c @@ -114,8 +114,8 @@ _PUBLIC_ NTSTATUS process_model_init(struct loadparm_context *lp_ctx) shared_init = load_samba_modules(NULL, "process_model"); - run_init_functions(static_init); - run_init_functions(shared_init); + samba_init_module_fns_run(static_init); + samba_init_module_fns_run(shared_init); talloc_free(shared_init); -- cgit