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>
Mon, 27 Jun 2016 19:46:35 +0000 (21:46 +0200)
lib/tevent/tevent.c

index 4ab4c6cba36937db14a57982cf18186a59489905..40bc66e3389f9bf9d068296f6d811b25659b808b 100644 (file)
@@ -145,6 +145,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) {