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/auth/ntlm/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth') diff --git a/source4/auth/ntlm/auth.c b/source4/auth/ntlm/auth.c index 2d51833bd9..870f8a9ba3 100644 --- a/source4/auth/ntlm/auth.c +++ b/source4/auth/ntlm/auth.c @@ -665,7 +665,7 @@ _PUBLIC_ NTSTATUS auth4_init(void) if (initialized) return NT_STATUS_OK; initialized = true; - run_init_functions(static_init); + samba_init_module_fns_run(static_init); return NT_STATUS_OK; } -- cgit