svn commit: r203972 - in head/usr.sbin: eeprom makefs
makefs/compat rpcbind usbdevs yppoll
pluknet
pluknet at gmail.com
Wed Feb 17 04:45:19 UTC 2010
On 17 February 2010 00:47, Warner Losh <imp at freebsd.org> wrote:
[...]
==============================================================================
> --- head/usr.sbin/rpcbind/util.c Tue Feb 16 21:43:57 2010 (r203971)
> +++ head/usr.sbin/rpcbind/util.c Tue Feb 16 21:47:05 2010 (r203972)
[...]
> @@ -185,6 +178,8 @@ addrmerge(struct netbuf *caller, char *s
> if (ifsa == NULL || ifsa->sa_family != hint_sa->sa_family ||
> !(ifap->ifa_flags & IFF_UP))
> continue;
> + if (!addr_is_bound(ifsa))
> + continue;
>
> if (!(ifap->ifa_flags & IFF_LOOPBACK) && !listen_addr(ifsa))
> continue;
>
Hi, Warner.
Was this change intentional?
Thanks.
--
wbr,
pluknet
More information about the svn-src-all
mailing list