summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-05-20 14:18:23 +0200
committerVolker Lendecke <vl@samba.org>2009-05-24 13:51:32 +0200
commite744b0af683b459d5eeaf65f4f8d95b0e10c8ec6 (patch)
tree6d45d38ad89487ca67f3841cbd3abd76da50510f /source3
parent7043ef2a794e5bbd9ea8e738fb3dcb390b237351 (diff)
downloadsamba-e744b0af683b459d5eeaf65f4f8d95b0e10c8ec6.tar.gz
samba-e744b0af683b459d5eeaf65f4f8d95b0e10c8ec6.tar.bz2
samba-e744b0af683b459d5eeaf65f4f8d95b0e10c8ec6.zip
use epoll for local-wbclient test
Diffstat (limited to 'source3')
-rw-r--r--source3/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
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;
}