s3:smbd: remove now unused smbXsrv_connection->sconn
authorStefan Metzmacher <metze@samba.org>
Thu, 12 Jun 2014 06:57:22 +0000 (08:57 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 19 Sep 2014 07:15:12 +0000 (09:15 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/smbd/globals.h
source3/smbd/process.c

index 20bd13676bc0ed877a7ff5d9a8087282fbaf3726..ce2d3b19968066786bb277cb2d979e9482e2fd1d 100644 (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;
index 66eaca84a385de21fbae37a56fbd3d4ab83d7241..3f9b18c9f196639c0d8d338b65b0215ee342bacf 100644 (file)
@@ -3611,7 +3611,6 @@ void smbd_process(struct tevent_context *ev_ctx,
        /*
         * TODO: remove this...:-)
         */
-       xconn->sconn = sconn;
        sconn->conn = xconn;
 
        if (!interactive) {