summaryrefslogtreecommitdiff
path: root/source4/ntptr/ntptr_base.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntptr/ntptr_base.c')
-rw-r--r--source4/ntptr/ntptr_base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntptr/ntptr_base.c b/source4/ntptr/ntptr_base.c
index 3fe8960602..ce335c69b0 100644
--- a/source4/ntptr/ntptr_base.c
+++ b/source4/ntptr/ntptr_base.c
@@ -73,8 +73,8 @@ NTSTATUS ntptr_init(void)
{
#define _MODULE_PROTO(init) extern NTSTATUS init(void);
STATIC_ntptr_MODULES_PROTO;
- init_module_fn static_init[] = { STATIC_ntptr_MODULES };
- init_module_fn *shared_init = load_samba_modules(NULL, "ntptr");
+ samba_init_module_fn static_init[] = { STATIC_ntptr_MODULES };
+ samba_init_module_fn *shared_init = load_samba_modules(NULL, "ntptr");
run_init_functions(static_init);
run_init_functions(shared_init);