TESTING ONLY: tevent: Force the poll backend
[metze/samba/wip.git] / 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) {