Re: [Dnsmasq-discuss] [PATCH] option.c: fix NO_DHCP6 build error

2020-03-02 Thread Simon Kelley
Opps. Patch applied. Cheers, Simon. On 02/03/2020 10:00, Kevin Darbyshire-Bryant wrote: > Errors encountered if building with 'NO_DHCP6' introduced by > commit 137286e9baecf6a3ba97722ef1b49c851b531810 > > option.c: In function 'dhcp_config_free': > option.c:1040:24: error: 'struct

[Dnsmasq-discuss] [PATCH] option.c: fix NO_DHCP6 build error

2020-03-02 Thread Kevin Darbyshire-Bryant
Errors encountered if building with 'NO_DHCP6' introduced by commit 137286e9baecf6a3ba97722ef1b49c851b531810 option.c: In function 'dhcp_config_free': option.c:1040:24: error: 'struct dhcp_config' has no member named 'addr6'; did you mean 'addr'? for (addr = config->addr6; addr; addr = tmp)