Date: Thu, 29 Nov 2012 20:38:57 +0000 (UTC) From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> To: Vijay Singh <vijju.singh@gmail.com> Cc: freebsd-net@freebsd.org Subject: Re: A small patch for sys/netinet6/in6_src.c Message-ID: <alpine.BSF.2.00.1211292019480.4401@ai.fobar.qr> In-Reply-To: <CALCNsJTR%2B-HfZhZ8kNxEnm0x9v5XgzBkwqJ4OfBv_gvGsSiHew@mail.gmail.com> References: <CALCNsJTR%2B-HfZhZ8kNxEnm0x9v5XgzBkwqJ4OfBv_gvGsSiHew@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 25 Nov 2012, Vijay Singh wrote:
> Really trivial change.
Yeah, my comment is probably telling; I was wondering about the
history of the code and why it ended up like that but probably haven't
looked it up but added the XXX-BZ. I shall handle this.
> /u/vijay/bsd/CODE/cur# svn diff sys/netinet6/in6_src.c
> Index: sys/netinet6/in6_src.c
> ===================================================================
> --- sys/netinet6/in6_src.c (revision 243309)
> +++ sys/netinet6/in6_src.c (working copy)
> @@ -597,11 +597,6 @@
> if (ron->ro_rt == NULL) {
> in6_rtalloc(ron, fibnum); /* multi path case? */
> if (ron->ro_rt == NULL) {
> - /* XXX-BZ WT.? */
> - if (ron->ro_rt) {
> - RTFREE(ron->ro_rt);
> - ron->ro_rt = NULL;
> - }
> error = EHOSTUNREACH;
> goto done;
> }
> _______________________________________________
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
>
--
Bjoern A. Zeeb You have to have visions!
Stop bit received. Insert coin for new address family.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1211292019480.4401>
