mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
s3:smbd: use xconn->client->sconn in construct_reply()
xconn->sconn will go away soon. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
committed by
Michael Adam
parent
fda21db351
commit
d83ecf5b1d
@ -1655,7 +1655,7 @@ static void construct_reply(struct smbXsrv_connection *xconn,
|
||||
uint32_t seqnum, bool encrypted,
|
||||
struct smb_perfcount_data *deferred_pcd)
|
||||
{
|
||||
struct smbd_server_connection *sconn = xconn->sconn;
|
||||
struct smbd_server_connection *sconn = xconn->client->sconn;
|
||||
struct smb_request *req;
|
||||
|
||||
if (!(req = talloc(talloc_tos(), struct smb_request))) {
|
||||
|
Reference in New Issue
Block a user