HACK tevent_standard no fallback
authorStefan Metzmacher <metze@samba.org>
Wed, 20 Feb 2013 15:45:29 +0000 (16:45 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 1 Mar 2013 17:52:01 +0000 (18:52 +0100)
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;
                }
                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;
                if (!tevent_epoll_set_panic_fallback(ev, std_fallback_to_poll)) {
                        TALLOC_FREE(ev->additional_data);
                        goto fallback;