mirror of
https://github.com/samba-team/samba.git
synced 2025-03-03 12:58:35 +03:00
s3: Remove smbd_messaging_context() from reply_lockread()
This commit is contained in:
parent
ba3b101c45
commit
298da9a0a4
@ -3231,7 +3231,7 @@ void reply_lockread(struct smb_request *req)
|
||||
* Note that the requested lock size is unaffected by max_recv.
|
||||
*/
|
||||
|
||||
br_lck = do_lock(smbd_messaging_context(),
|
||||
br_lck = do_lock(req->sconn->msg_ctx,
|
||||
fsp,
|
||||
(uint64_t)req->smbpid,
|
||||
(uint64_t)numtoread,
|
||||
|
Loading…
x
Reference in New Issue
Block a user