summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-12-27 15:21:04 +0100
committerStefan Metzmacher <metze@samba.org>2019-01-11 23:11:17 +0100
commit523a64e25d88b9924f34ecb24925b400bac6d8d7 (patch)
treeff7bfb027cfd8a0f4346a213bac6e0e3a55b419f /source3/smbd/process.c
parent296a15a00e4dc7a530cc8b895d767867ab8d4c12 (diff)
downloadsamba-523a64e25d88b9924f34ecb24925b400bac6d8d7.tar.gz
Revert "smbd: use raw_ev_ctx to clear the MSG_SMB_CONF_UPDATED registration"
This reverts commit f5f9b719741465c7be3de20a6a69ec106ecc4568. 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index dbcf13187cf..03aa2254c15 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -4063,7 +4063,7 @@ void smbd_process(struct tevent_context *ev_ctx,
ID_CACHE_KILL, smbd_id_cache_kill);
messaging_deregister(sconn->msg_ctx,
- MSG_SMB_CONF_UPDATED, sconn->raw_ev_ctx);
+ MSG_SMB_CONF_UPDATED, sconn->ev_ctx);
messaging_register(sconn->msg_ctx, sconn,
MSG_SMB_CONF_UPDATED, smbd_conf_updated);