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:
parent
45ec7d6f24
commit
cdae9ef267
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user