mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
tevent: Preparing to fix "standard" backend fallback. Initialize standard after epoll.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
736e3b1335
commit
c36f8c1400
@ -115,10 +115,10 @@ static void tevent_backend_init(void)
|
||||
tevent_select_init();
|
||||
tevent_poll_init();
|
||||
tevent_poll_mt_init();
|
||||
tevent_standard_init();
|
||||
#ifdef HAVE_EPOLL
|
||||
tevent_epoll_init();
|
||||
#endif
|
||||
tevent_standard_init();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user