From: Stefan Metzmacher Date: Wed, 20 Feb 2013 15:45:29 +0000 (+0100) Subject: HACK tevent_standard no fallback X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=7a74e6f9bffab04a24a90a2dc2e5d84a8960827a HACK tevent_standard no fallback --- 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;