mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
s3: Remove smbd_server_fd from blocking_lock_reply_error
This commit is contained in:
parent
9115beb88c
commit
774bae74d1
@ -395,7 +395,7 @@ static void blocking_lock_reply_error(struct blocking_lock_record *blr, NTSTATUS
|
||||
*/
|
||||
SCVAL(blr->req->outbuf,smb_com,SMBtrans2);
|
||||
|
||||
if (!srv_send_smb(smbd_server_fd(),
|
||||
if (!srv_send_smb(blr->req->sconn->sock,
|
||||
(char *)blr->req->outbuf,
|
||||
true, blr->req->seqnum+1,
|
||||
IS_CONN_ENCRYPTED(blr->fsp->conn),
|
||||
|
Loading…
x
Reference in New Issue
Block a user