svn commit: r346556 - head/sys/netinet

2019-09-03 Thread Bjoern A. Zeeb
Author: bz Date: Mon Apr 22 14:53:53 2019 New Revision: 346556 URL: https://svnweb.freebsd.org/changeset/base/346556 Log: r297225 move the assignment of sin from add to the top of the function. sin is not changed after the initial assignment, so no need to set it again. MFC after:10 d

svn commit: r346556 - head/sys/netinet

2019-04-22 Thread Bjoern A. Zeeb
Author: bz Date: Mon Apr 22 14:53:53 2019 New Revision: 346556 URL: https://svnweb.freebsd.org/changeset/base/346556 Log: r297225 move the assignment of sin from add to the top of the function. sin is not changed after the initial assignment, so no need to set it again. MFC after:10 d