mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Revert "smbd: use raw_ev_ctx to clear the MSG_SMB_CONF_UPDATED registration"
This reverts commit f5f9b71974
.
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>
This commit is contained in:
parent
296a15a00e
commit
523a64e25d
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user