summaryrefslogtreecommitdiff
path: root/source3/torture/test_chain3.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/test_chain3.c')
-rw-r--r--source3/torture/test_chain3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/test_chain3.c b/source3/torture/test_chain3.c
index a4b30ea940..7be8859d9b 100644
--- a/source3/torture/test_chain3.c
+++ b/source3/torture/test_chain3.c
@@ -276,7 +276,7 @@ bool run_chain3(int dummy)
struct tevent_req *req;
NTSTATUS status = NT_STATUS_NO_MEMORY;
- ev = tevent_context_init(frame);
+ ev = samba_tevent_context_init(frame);
if (ev == NULL) {
goto fail;
}