1
0
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:
Volker Lendecke
2010-06-12 11:29:12 +02:00
parent b55a8e8ccf
commit e01ee1c77d

View File

@ -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;
/*