From: Volker Lendecke Date: Wed, 20 May 2009 12:18:23 +0000 (+0200) Subject: use epoll for local-wbclient test X-Git-Tag: tdb-1.1.5~410 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e744b0af683b459d5eeaf65f4f8d95b0e10c8ec6;p=thirdparty%2Fsamba.git use epoll for local-wbclient test --- diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 20561a7eda1..41343cab87d 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; }