mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
smbd: use raw_ev_ctx to clear the MSG_SMB_CONF_UPDATED registration
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
dc517b20f6
commit
f5f9b71974
@ -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->ev_ctx);
|
||||
MSG_SMB_CONF_UPDATED, sconn->raw_ev_ctx);
|
||||
messaging_register(sconn->msg_ctx, sconn,
|
||||
MSG_SMB_CONF_UPDATED, smbd_conf_updated);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user