1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

s3: Fix a typo

This commit is contained in:
Volker Lendecke 2012-01-03 15:13:48 +01:00
parent bed281dad7
commit 0923e7fa39

View File

@ -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;
}