From 0ce09fcf7ae971a2dc4131fd137c925f0b9a57a4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 25 Oct 2011 10:11:06 +1100 Subject: 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 --- source4/ntvfs/sysdep/sys_notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/sysdep/sys_notify.c') diff --git a/source4/ntvfs/sysdep/sys_notify.c b/source4/ntvfs/sysdep/sys_notify.c index dd143d36b4..76dab63da4 100644 --- a/source4/ntvfs/sysdep/sys_notify.c +++ b/source4/ntvfs/sysdep/sys_notify.c @@ -142,7 +142,7 @@ _PUBLIC_ NTSTATUS sys_notify_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; } -- cgit