mbox series

[BlueZ,0/1] mesh: Use correct net_id for received CTL messages

Message ID VI1PR09MB4239A3A5435BB78BD76C74F9E3EE9@VI1PR09MB4239.eurprd09.prod.outlook.com
Headers show
Series mesh: Use correct net_id for received CTL messages | expand

Message

Isak Westin April 15, 2022, 4:43 p.m. UTC
Hi,

I had an issue that the mesh-daemon local node never responded to
friend requests. After some debugging I found that the net_key_id
passed to the ctl_received function (used to look up the network
key index) always was uninitialized. And I noticed that the wrong
variable is passed to the function. It looks like this was just a
mistake from this commit id: 7083cad2fb42fbd9640ee55df4225d921a83e2d0


Isak Westin (1):
  mesh: Use correct net_id for received CTL messages

 mesh/net.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)