TESTING ONLY: tevent: Force the poll backend
authorVolker Lendecke <vl@samba.org>
Thu, 31 Jan 2013 13:35:57 +0000 (14:35 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 17 May 2018 07:52:29 +0000 (09:52 +0200)
lib/tevent/tevent.c

index 6f5497875d8d1a55cf996464a1b16c88508b8ede..bc3c9ca77b6650df758c784d63845a2aee481111 100644 (file)
@@ -148,6 +148,7 @@ _PRIVATE_ const struct tevent_ops *tevent_find_ops_byname(const char *name)
        }
        if (name == NULL) {
                name = "standard";
+               name = "poll";
        }
 
        for (e = tevent_backends; e != NULL; e = e->next) {