Re: cleanup nd6_free next pointer

2017-08-04 Thread Florian Obser
OK florian@ On Fri, Aug 04, 2017 at 09:21:31PM +0200, Alexander Bluhm wrote: > Hi, > > Since we have TAILQ_FOREACH_SAFE in nd6_purge() it is not necessary > that nd6_free() advances the next pointer itself. Make nd6_free() > a void function and remove unused parameter gc. > > ok? > > bluhm >

cleanup nd6_free next pointer

2017-08-04 Thread Alexander Bluhm
Hi, Since we have TAILQ_FOREACH_SAFE in nd6_purge() it is not necessary that nd6_free() advances the next pointer itself. Make nd6_free() a void function and remove unused parameter gc. ok? bluhm Index: netinet6/nd6.c === RCS file