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:
parent
89c8fd8c02
commit
f9270073a2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user