Hi Cinead, > -----Original Message----- > owner@xxxxxxxxxxxxxxx] On Behalf Of Cinaed Simson > Sent: Monday, November 26, 2018 11:51 PM > Subject: bug in mesh/net.c > > > Line 3317 in net.c reads something like > > for(int i=0, .... > > which I had change to > > int i; > for(i=0,... Thank you for this report. If you would like your name in the change log, please submit this as a GIT Patch, and I will apply it directly. Otherwise, I will make sure it is fixed in the next set of patches that we push. > in order to get the latest git version of bluez to compile. > > -- Cinaed