summaryrefslogtreecommitdiff
path: root/source4/lib/events/events.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/events/events.c')
-rw-r--r--source4/lib/events/events.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/lib/events/events.c b/source4/lib/events/events.c
index 245be14326..555a5092cc 100644
--- a/source4/lib/events/events.c
+++ b/source4/lib/events/events.c
@@ -103,11 +103,8 @@ static void event_backend_init(void)
{
#if _SAMBA_BUILD_
init_module_fn static_init[] = { STATIC_LIBEVENTS_MODULES };
- init_module_fn *shared_init;
if (event_backends) return;
- shared_init = load_samba_modules(NULL, global_loadparm, "events");
run_init_functions(static_init);
- run_init_functions(shared_init);
#else
bool events_standard_init(void);
bool events_select_init(void);