here's build with patch applied

https://travis-ci.org/chipitsine/haproxy-1/jobs/535709947#L604-L608

ср, 22 мая 2019 г. в 14:43, William Lallemand <[email protected]>:

> Hi Tim,
>
> Sorry for the delay.
>
> I added 2 new lines in your patch:
>
> On Thu, May 16, 2019 at 08:23:22PM +0200, Tim Duesterhus wrote:
> > +void mworker_free_child(struct mworker_proc *child) {
> > +     if (child == NULL) return;
> > +
>
> Which became:
>
> > +void mworker_free_child(struct mworker_proc *child)
> > +{
> > +       if (child == NULL)
> > +               return;
>
>
> Thanks, merged.
>
> --
> William Lallemand
>
>

Reply via email to