mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3:smb2_server: make use of SMBD_SMB2_OUT_HDR_PTR() in smbd_smb2_request_pending_queue()
metze
This commit is contained in:
parent
0067de2074
commit
83d262088b
@ -1184,7 +1184,7 @@ NTSTATUS smbd_smb2_request_pending_queue(struct smbd_smb2_request *req,
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
outhdr = (uint8_t *)req->out.vector[i].iov_base;
|
||||
outhdr = SMBD_SMB2_OUT_HDR_PTR(req);
|
||||
flags = IVAL(outhdr, SMB2_HDR_FLAGS);
|
||||
if (flags & SMB2_HDR_FLAG_ASYNC) {
|
||||
/* We're already async. */
|
||||
|
Loading…
Reference in New Issue
Block a user