mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s3: Do central cli_set_error
This commit is contained in:
@ -739,6 +739,8 @@ NTSTATUS cli_smb_recv(struct tevent_req *req,
|
||||
|
||||
status = cli_pull_error((char *)state->inbuf);
|
||||
|
||||
cli_set_error(state->cli, status);
|
||||
|
||||
if (!have_andx_command((char *)state->inbuf, wct_ofs)) {
|
||||
|
||||
if ((cmd == SMBsesssetupX)
|
||||
|
Reference in New Issue
Block a user