From e744b0af683b459d5eeaf65f4f8d95b0e10c8ec6 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 20 May 2009 14:18:23 +0200 Subject: use epoll for local-wbclient test --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 20561a7eda..41343cab87 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -5886,7 +5886,7 @@ static bool run_local_wbclient(int dummy) BlockSignals(True, SIGPIPE); - ev = event_context_init(talloc_tos()); + ev = tevent_context_init_byname(talloc_tos(), "epoll"); if (ev == NULL) { goto fail; } -- cgit