Revert "TESTING ONLY: tevent: Force the poll backend"
authorStefan Metzmacher <metze@samba.org>
Thu, 14 Feb 2013 11:28:28 +0000 (12:28 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Oct 2016 12:51:54 +0000 (14:51 +0200)
This reverts commit 81485d356d19a97adb84d8db981c679a8afa3c54.

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) {