Re: [MINOR][PATCH] Fix segfault when trying to use seemless reload with at least an interface bound

2018-03-19 Thread Willy Tarreau
On Thu, Mar 15, 2018 at 05:54:09PM +0100, Olivier Houchard wrote: > > Hi, > > Trying to do a seemless reload while at least one socket has been bound to > a specifig interface will lead to a segfault, because the guy who wrote that > code did it by copying/pasting, and forgot to change an

[MINOR][PATCH] Fix segfault when trying to use seemless reload with at least an interface bound

2018-03-15 Thread Olivier Houchard
Hi, Trying to do a seemless reload while at least one socket has been bound to a specifig interface will lead to a segfault, because the guy who wrote that code did it by copying/pasting, and forgot to change an instance of "namespace" to "iface". The attached patch should fix it. Regards,