summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-12-27 15:26:15 +0100
committerStefan Metzmacher <metze@samba.org>2019-01-11 23:11:19 +0100
commitdcd0edfdc90a009a87fc8b0bafbd09e2711ebccb (patch)
tree47534dce50d478e174ac8515356b9a8f2c9092a6 /source3/smbd/process.c
parent47c443b479566bafc01ec6e3f94f2481d9659806 (diff)
downloadsamba-dcd0edfdc90a009a87fc8b0bafbd09e2711ebccb.tar.gz
Revert "smbd: add smbd_server_connection->raw_ev_ctx pointer"
This reverts commit 6114f9545fa856717220658e87f2a60f6767b7f4. See the discussion in https://lists.samba.org/archive/samba-technical/2018-December/131731.html for the reasoning behind this revert. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r--source3/smbd/process.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index 03aa2254c15..99693ed1315 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -3924,7 +3924,6 @@ void smbd_process(struct tevent_context *ev_ctx,
sconn->client = client;
sconn->ev_ctx = ev_ctx;
- sconn->raw_ev_ctx = ev_ctx;
sconn->msg_ctx = msg_ctx;
ret = pthreadpool_tevent_init(sconn, lp_aio_max_threads(),