1
0
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:
Stefan Metzmacher 2014-06-12 08:57:22 +02:00 committed by Michael Adam
parent 4a5ca44770
commit 7012008eb6
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -3611,7 +3611,6 @@ void smbd_process(struct tevent_context *ev_ctx,
/*
* TODO: remove this...:-)
*/
xconn->sconn = sconn;
sconn->conn = xconn;
if (!interactive) {