summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-12-27 15:17:22 +0100
committerStefan Metzmacher <metze@samba.org>2019-01-11 23:11:16 +0100
commit122e141b465d90b76334eaf75331949e34fd91d3 (patch)
treec71f8ccb6b5767116e1895a8b3a181d1d49e1f77 /source3/smbd/process.c
parent2a62a98f5c7107f2f83c0bfc2892243d83e2c88a (diff)
downloadsamba-122e141b465d90b76334eaf75331949e34fd91d3.tar.gz
Revert "smbd: remove unused smbd_server_connection->ev_ctx"
This reverts commit 721fbbfa7001b2788602106101f0407483894322. 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, 1 insertions, 0 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index a3571ee811a..e730676ef36 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -3931,6 +3931,7 @@ void smbd_process(struct tevent_context *ev_ctx,
client->sconn = sconn;
sconn->client = client;
+ sconn->ev_ctx = ev_ctx;
sconn->raw_ev_ctx = ev_ctx;
sconn->root_ev_ctx = ev_ctx;
sconn->guest_ev_ctx = ev_ctx;