Re: svn commit: r296986 - head/sys/netinet6

2016-04-07 Thread Kristof Provost
> On 17 Mar 2016, at 12:10, Andrey V. Elsukov wrote: > > Author: ae > Date: Thu Mar 17 11:10:44 2016 > New Revision: 296986 > URL: https://svnweb.freebsd.org/changeset/base/296986 > > Log: > Reduce the number of local variables. Remove redundant check that inp > pointer isn't NULL, it is safe

svn commit: r296986 - head/sys/netinet6

2016-03-19 Thread Andrey V. Elsukov
Author: ae Date: Thu Mar 17 11:10:44 2016 New Revision: 296986 URL: https://svnweb.freebsd.org/changeset/base/296986 Log: Reduce the number of local variables. Remove redundant check that inp pointer isn't NULL, it is safe, because we are handling IPV6_PKTINFO socket option in this block of