mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
s3:smbd: remove now unused smbXsrv_connection->sconn
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
4a5ca44770
commit
7012008eb6
@ -337,7 +337,6 @@ struct smbXsrv_connection {
|
||||
|
||||
struct smbXsrv_client *client;
|
||||
|
||||
struct smbd_server_connection *sconn;
|
||||
|
||||
const struct tsocket_address *local_address;
|
||||
const struct tsocket_address *remote_address;
|
||||
|
@ -3611,7 +3611,6 @@ void smbd_process(struct tevent_context *ev_ctx,
|
||||
/*
|
||||
* TODO: remove this...:-)
|
||||
*/
|
||||
xconn->sconn = sconn;
|
||||
sconn->conn = xconn;
|
||||
|
||||
if (!interactive) {
|
||||
|
Loading…
Reference in New Issue
Block a user