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>
Tue, 4 Oct 2016 12:51:53 +0000 (14:51 +0200)
lib/tevent/tevent.c

index 331be0eb11089c71f2a892e30680ab5c17a3a396..c5222869b2c7c230db850696ede914c8a0f895ba 100644 (file)
@@ -151,6 +151,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) {