summaryrefslogtreecommitdiff
path: root/source3/torture/test_async_echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/test_async_echo.c')
-rw-r--r--source3/torture/test_async_echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/test_async_echo.c b/source3/torture/test_async_echo.c
index cca6975981..6df95dd51e 100644
--- a/source3/torture/test_async_echo.c
+++ b/source3/torture/test_async_echo.c
@@ -72,7 +72,7 @@ bool run_async_echo(int dummy)
printf("Starting ASYNC_ECHO\n");
- ev = tevent_context_init(talloc_tos());
+ ev = samba_tevent_context_init(talloc_tos());
if (ev == NULL) {
printf("tevent_context_init failed\n");
goto fail;