diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-25 10:11:06 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-28 13:10:28 +0200 |
commit | 0ce09fcf7ae971a2dc4131fd137c925f0b9a57a4 (patch) | |
tree | a6bb8e729768a77f33150943e1af8745c218f838 /source4/auth/ntlm/auth.c | |
parent | 1b7cc4ac7c793d4c1829d842c84273ef2d081fdb (diff) | |
download | samba-0ce09fcf7ae971a2dc4131fd137c925f0b9a57a4.tar.gz samba-0ce09fcf7ae971a2dc4131fd137c925f0b9a57a4.tar.bz2 samba-0ce09fcf7ae971a2dc4131fd137c925f0b9a57a4.zip |
lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_run
This is to provide a cleaner namespace in the public samba plugin
functions.
Andrew Bartlett
Diffstat (limited to 'source4/auth/ntlm/auth.c')
-rw-r--r-- | source4/auth/ntlm/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/auth.c b/source4/auth/ntlm/auth.c index f2f9f26eeb..65abeae50b 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; - samba_init_module_fns_run(static_init); + samba_module_init_fns_run(static_init); return NT_STATUS_OK; } |