summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-03-22 10:54:41 +0100
committerStefan Metzmacher <metze@samba.org>2018-06-18 08:59:18 +0200
commitd2adcebda12943b7b4af1b8fca35a2c7aa1524e9 (patch)
tree66220d60536b9fa3ded731eb6d88050852761ad0 /source3/smbd/globals.h
parentd39f6ce3b1ac9f70040e8140937280f445d2d861 (diff)
downloadsamba-d2adcebda12943b7b4af1b8fca35a2c7aa1524e9.tar.gz
smbd: replace xconn->msg_ctx with xconn->client->msg_ctx
This is the same pointer and we don't have a lot of callers, so we can just use one pointer. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 4f4519465b0..492430f9bbe 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -368,8 +368,6 @@ struct smbXsrv_connection {
const struct tsocket_address *remote_address;
const char *remote_hostname;
- struct messaging_context *msg_ctx;
-
enum protocol_types protocol;
struct {