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>
Wed, 6 Mar 2013 08:41:37 +0000 (09:41 +0100)
This reverts commit 81485d356d19a97adb84d8db981c679a8afa3c54.

lib/tevent/tevent.c

index 6f904110b5a25ee6513fce501cfd6de5f764783e..be0afd453bb4d5e9018cafbb6c413c3f6dbf1578 100644 (file)
@@ -140,7 +140,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) {