diff options
-rw-r--r-- | source3/smbd/trans2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index f69cefe66b..87c55ce2ce 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -780,7 +780,7 @@ void send_trans2_replies(connection_struct *conn, int alignment_offset = 1; /* JRA. This used to be 3. Set to 1 to make netmon parse ok. */ int data_alignment_offset = 0; bool overflow = False; - struct smbd_server_connection *sconn = smbd_server_conn; + struct smbd_server_connection *sconn = req->sconn; int max_send = sconn->smb1.sessions.max_send; /* Modify the data_to_send and datasize and set the error if |