diff options
-rw-r--r-- | lib/tevent/tevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent.c b/lib/tevent/tevent.c index fa842e4208..e307dba3d7 100644 --- a/lib/tevent/tevent.c +++ b/lib/tevent/tevent.c @@ -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(); } /* |