HACK tevent_standard no fallback
[metze/samba/wip.git] / lib / tevent / tevent_standard.c
index 258499484a276e90e0b4bf0cc2b67e8cd0c5a4e4..7a82414936e1b10eb5b7a7c134c4e5358519a3fd 100644 (file)
@@ -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;