summaryrefslogtreecommitdiff
path: root/source4/param/share.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param/share.c')
-rw-r--r--source4/param/share.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/share.c b/source4/param/share.c
index edbb68b5f0..2c97625bcc 100644
--- a/source4/param/share.c
+++ b/source4/param/share.c
@@ -146,7 +146,7 @@ NTSTATUS share_get_context_by_name(TALLOC_CTX *mem_ctx, const char *backend_name
*/
NTSTATUS share_init(void)
{
- init_module_fn static_init[] = { STATIC_share_MODULES, NULL };
+ init_module_fn static_init[] = { STATIC_share_MODULES };
run_init_functions(static_init);