From 7a74e6f9bffab04a24a90a2dc2e5d84a8960827a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 20 Feb 2013 16:45:29 +0100 Subject: [PATCH] HACK tevent_standard no fallback --- lib/tevent/tevent_standard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tevent/tevent_standard.c b/lib/tevent/tevent_standard.c index 258499484a27..7a82414936e1 100644 --- a/lib/tevent/tevent_standard.c +++ b/lib/tevent/tevent_standard.c @@ -205,7 +205,7 @@ static int std_event_context_init(struct tevent_context *ev) if (ret == -1) { goto fallback; } -#ifdef HAVE_EPOLL +#if 0 //def HAVE_EPOLL if (!tevent_epoll_set_panic_fallback(ev, std_fallback_to_poll)) { TALLOC_FREE(ev->additional_data); goto fallback; -- 2.34.1