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>
Thu, 17 May 2018 07:52:30 +0000 (09:52 +0200)
This reverts commit 81485d356d19a97adb84d8db981c679a8afa3c54.

lib/tevent/tevent.c

index bc3c9ca77b6650df758c784d63845a2aee481111..6f5497875d8d1a55cf996464a1b16c88508b8ede 100644 (file)
@@ -148,7 +148,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) {