diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/torture/torture.c | 2 |
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; } |