1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r25537: Use new path for events modules.

(This used to be commit f9270073a2)
This commit is contained in:
Jelmer Vernooij 2007-10-05 21:58:26 +00:00 committed by Gerald (Jerry) Carter
parent 55a7440a07
commit 5799692be7

View File

@ -105,7 +105,7 @@ static void event_backend_init(void)
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, "LIBEVENTS");
shared_init = load_samba_modules(NULL, global_loadparm, "events");
run_init_functions(static_init);
run_init_functions(shared_init);
#else