From: Volker Lendecke Date: Thu, 31 Jan 2013 13:35:57 +0000 (+0100) Subject: TESTING ONLY: tevent: Force the poll backend X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=0e8530c63f6b688d5b97e8685af25012136ca571 TESTING ONLY: tevent: Force the poll backend --- diff --git a/lib/tevent/tevent.c b/lib/tevent/tevent.c index 6f5497875d8d..bc3c9ca77b66 100644 --- a/lib/tevent/tevent.c +++ b/lib/tevent/tevent.c @@ -148,6 +148,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) {