Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: be7ebf29b370d298290f6a4eceb31b1d9c94081c https://github.com/bluez/bluez/commit/be7ebf29b370d298290f6a4eceb31b1d9c94081c Author: Isak Westin <isak.westin@xxxxxxxxxxx> Date: 2022-06-30 (Thu, 30 Jun 2022) Changed paths: M mesh/net.c Log Message: ----------- mesh: Use correct net_id for received CTL messages For received CTL mesh messages, the wrong network ID variable was passed to ctl_received. This patch changes to the correct variable. Also, changed type of net_key_id argument in ctl_received function to be consistent wich the whole call chain.