1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

r25537: Use new path for events modules.

This commit is contained in:
Jelmer Vernooij 2007-10-05 21:58:26 +00:00 committed by Gerald (Jerry) Carter
parent 89c8fd8c02
commit f9270073a2

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