diff options
-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 9e16bac6c4..11d307d180 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -3778,7 +3778,7 @@ static bool run_oplock4(int dummy) ev = tevent_context_init(talloc_tos()); if (ev == NULL) { - printf("tevent_req_create failed\n"); + printf("tevent_context_init failed\n"); return false; } |