summaryrefslogtreecommitdiff
path: root/source3/torture/test_notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/test_notify.c')
-rw-r--r--source3/torture/test_notify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/torture/test_notify.c b/source3/torture/test_notify.c
index 8d1e969588..e1755ad20c 100644
--- a/source3/torture/test_notify.c
+++ b/source3/torture/test_notify.c
@@ -197,7 +197,7 @@ bool run_notify_bench2(int dummy)
return false;
}
- ev = tevent_context_init(talloc_tos());
+ ev = samba_tevent_context_init(talloc_tos());
if (ev == NULL) {
printf("tevent_context_create failed\n");
return false;
@@ -660,7 +660,7 @@ bool run_notify_bench3(int dummy)
return false;
}
- ev = tevent_context_init(talloc_tos());
+ ev = samba_tevent_context_init(talloc_tos());
if (ev == NULL) {
printf("tevent_context_create failed\n");
return false;