mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
s3: Remove smbd_server_conn from send_nt_replies
This commit is contained in:
@ -58,7 +58,7 @@ void send_nt_replies(connection_struct *conn,
|
||||
int params_sent_thistime, data_sent_thistime, total_sent_thistime;
|
||||
int alignment_offset = 3;
|
||||
int data_alignment_offset = 0;
|
||||
struct smbd_server_connection *sconn = smbd_server_conn;
|
||||
struct smbd_server_connection *sconn = req->sconn;
|
||||
int max_send = sconn->smb1.sessions.max_send;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user