1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s3: Fix a debug message

This commit is contained in:
Volker Lendecke 2011-07-26 21:06:41 +02:00 committed by Volker Lendecke
parent 45ec7d6f24
commit cdae9ef267

View File

@ -54,7 +54,7 @@ static void cli_close_done(struct tevent_req *req)
status = cli_write_andx_recv(req, &written);
TALLOC_FREE(req);
printf("close returned %s\n", nt_errstr(status));
printf("cli_write_andx returned %s\n", nt_errstr(status));
*done -= 1;
}