summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-12-13 14:55:45 +0100
committerStefan Metzmacher <metze@samba.org>2013-12-14 10:04:08 +0100
commit92f9aac82867fb35a3892f4f2b63a2c9d32711fc (patch)
tree1f271d17b0e53b786c1a8f7893ef57265c4ce7f6 /source3/torture
parenteaf807c361fc412405217e4b1199549f9925970b (diff)
downloadsamba-92f9aac82867fb35a3892f4f2b63a2c9d32711fc.tar.gz
torture3: Do not depend on epoll
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/torture')
-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 6789d8529d4..edb12b006f1 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -8921,7 +8921,7 @@ static bool run_local_wbclient(int dummy)
BlockSignals(True, SIGPIPE);
- ev = tevent_context_init_byname(talloc_tos(), "epoll");
+ ev = tevent_context_init(talloc_tos());
if (ev == NULL) {
goto fail;
}