Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Sep 23 20:40:48 UTC 2020 on sn-devel-184
What to do when smb.conf is updated.
********************************************************************/
+static NTSTATUS messaging_send_to_children(struct messaging_context *msg_ctx,
+ uint32_t msg_type, DATA_BLOB* data);
+
static void smbd_parent_conf_updated(struct messaging_context *msg,
void *private_data,
uint32_t msg_type,
if (!ok) {
DBG_ERR("Failed to reinit guest info\n");
}
+ messaging_send_to_children(msg, MSG_SMB_CONF_UPDATED, NULL);
}
/*******************************************************************