All of lore.kernel.org
 help / color / mirror / Atom feed
* bug in mesh/net.c
@ 2018-11-27  7:50 Cinaed Simson
  2018-11-28 17:01 ` Gix, Brian
  0 siblings, 1 reply; 3+ messages in thread
From: Cinaed Simson @ 2018-11-27  7:50 UTC (permalink / raw)
  To: linux-bluetooth


Line 3317 in net.c reads something like

  for(int i=0, ....

which I had change to

  int i;
  for(i=0,...

in order to get the latest git version of bluez to compile.

-- Cinaed

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: bug in mesh/net.c
  2018-11-27  7:50 bug in mesh/net.c Cinaed Simson
@ 2018-11-28 17:01 ` Gix, Brian
  2018-11-29 21:51   ` Cinaed Simson
  0 siblings, 1 reply; 3+ messages in thread
From: Gix, Brian @ 2018-11-28 17:01 UTC (permalink / raw)
  To: Cinaed Simson, linux-bluetooth

Hi Cinead,

> -----Original Message-----
> owner@vger.kernel.org] 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bug in mesh/net.c
  2018-11-28 17:01 ` Gix, Brian
@ 2018-11-29 21:51   ` Cinaed Simson
  0 siblings, 0 replies; 3+ messages in thread
From: Cinaed Simson @ 2018-11-29 21:51 UTC (permalink / raw)
  To: Gix, Brian, linux-bluetooth

On 11/28/2018 09:01 AM, Gix, Brian wrote:
> Hi Cinead,
> 
>> -----Original Message-----
>> owner@vger.kernel.org] 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.

It would be great if you would do the git diff. Thanks!

-- Cinaed

> 
> 
>> in order to get the latest git version of bluez to compile.
>>
>> -- Cinaed


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-29 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27  7:50 bug in mesh/net.c Cinaed Simson
2018-11-28 17:01 ` Gix, Brian
2018-11-29 21:51   ` Cinaed Simson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.