Re: svn commit: r201811 - head/sys/netinet

2010-01-11 Thread Roman Bogorodskiy
Qing Li wrote: > Author: qingli > Date: Fri Jan 8 17:49:24 2010 > New Revision: 201811 > URL: http://svn.freebsd.org/changeset/base/201811 > > Log: > Ensure an address is removed from the interface address > list when the installation of that address fails. > > PR: 139559 Aft

svn commit: r201811 - head/sys/netinet

2010-01-08 Thread Qing Li
Author: qingli Date: Fri Jan 8 17:49:24 2010 New Revision: 201811 URL: http://svn.freebsd.org/changeset/base/201811 Log: Ensure an address is removed from the interface address list when the installation of that address fails. PR: 139559 Modified: head/sys/netinet/in.c Modi