summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs_base.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-25 10:11:06 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-10-28 13:10:28 +0200
commit0ce09fcf7ae971a2dc4131fd137c925f0b9a57a4 (patch)
treea6bb8e729768a77f33150943e1af8745c218f838 /source4/ntvfs/ntvfs_base.c
parent1b7cc4ac7c793d4c1829d842c84273ef2d081fdb (diff)
downloadsamba-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/ntvfs/ntvfs_base.c')
-rw-r--r--source4/ntvfs/ntvfs_base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntvfs/ntvfs_base.c b/source4/ntvfs/ntvfs_base.c
index efa1968de8..f34ea7b7dd 100644
--- a/source4/ntvfs/ntvfs_base.c
+++ b/source4/ntvfs/ntvfs_base.c
@@ -238,8 +238,8 @@ NTSTATUS ntvfs_init(struct loadparm_context *lp_ctx)
shared_init = samba_modules_load(NULL, "ntvfs");
- samba_init_module_fns_run(static_init);
- samba_init_module_fns_run(shared_init);
+ samba_module_init_fns_run(static_init);
+ samba_module_init_fns_run(shared_init);
talloc_free(shared_init);