summaryrefslogtreecommitdiff
path: root/source3/torture/test_smb2.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/test_smb2.c')
-rw-r--r--source3/torture/test_smb2.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source3/torture/test_smb2.c b/source3/torture/test_smb2.c
index 79ffef1958..ec695da8f6 100644
--- a/source3/torture/test_smb2.c
+++ b/source3/torture/test_smb2.c
@@ -428,9 +428,9 @@ bool run_smb2_session_reconnect(int dummy)
return false;
}
- ev = event_context_init(talloc_tos());
+ ev = samba_tevent_context_init(talloc_tos());
if (ev == NULL) {
- printf("event_context_init() returned NULL\n");
+ printf("samba_tevent_context_init() returned NULL\n");
return false;
}
@@ -937,9 +937,9 @@ bool run_smb2_multi_channel(int dummy)
return false;
}
- ev = event_context_init(talloc_tos());
+ ev = samba_tevent_context_init(talloc_tos());
if (ev == NULL) {
- printf("event_context_init() returned NULL\n");
+ printf("samba_tevent_context_init() returned NULL\n");
return false;
}
@@ -1556,9 +1556,9 @@ bool run_smb2_session_reauth(int dummy)
return false;
}
- ev = event_context_init(talloc_tos());
+ ev = samba_tevent_context_init(talloc_tos());
if (ev == NULL) {
- printf("event_context_init() returned NULL\n");
+ printf("samba_tevent_context_init() returned NULL\n");
return false;
}