Revert "TESTING ONLY: tevent: Force the poll backend"
[metze/samba/wip.git] / lib / tevent / tevent.c
index c5222869b2c7c230db850696ede914c8a0f895ba..331be0eb11089c71f2a892e30680ab5c17a3a396 100644 (file)
@@ -151,7 +151,6 @@ _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) {