mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3: Remove smbd_server_conn from send_trans_reply
This commit is contained in:
parent
391cb416f6
commit
f437f12d3e
@ -93,7 +93,7 @@ void send_trans_reply(connection_struct *conn,
|
||||
|
||||
int ldata = rdata ? rdata_len : 0;
|
||||
int lparam = rparam ? rparam_len : 0;
|
||||
struct smbd_server_connection *sconn = smbd_server_conn;
|
||||
struct smbd_server_connection *sconn = req->sconn;
|
||||
int max_send = sconn->smb1.sessions.max_send;
|
||||
|
||||
if (buffer_too_large)
|
||||
|
Loading…
x
Reference in New Issue
Block a user