X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=lib%2Ftevent%2Ftevent_standard.c;h=7a82414936e1b10eb5b7a7c134c4e5358519a3fd;hb=7a74e6f9bffab04a24a90a2dc2e5d84a8960827a;hp=258499484a276e90e0b4bf0cc2b67e8cd0c5a4e4;hpb=e7b98528e14a44b5e77e90e85ef50ff5fb57fbe7;p=metze%2Fsamba%2Fwip.git 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;