PERFORCE change 40336 for review

Sam Leffler sam at FreeBSD.org
Thu Oct 23 13:14:42 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=40336

Change 40336 by sam at sam_ebb on 2003/10/23 13:14:14

	remove buggered code from andre until he explains and/or fixes it

Affected files ...

.. //depot/projects/netperf/sys/netinet6/in6_src.c#10 edit

Differences ...

==== //depot/projects/netperf/sys/netinet6/in6_src.c#10 (text+ko) ====

@@ -279,8 +279,6 @@
 			if (ia6 == 0) /* xxx scope error ?*/
 				ia6 = ifatoia6(ro->ro_rt->rt_ifa);
 		}
-		if (sro.ro_rt)
-			RTFREE(sro.ro_rt);
 		if (ia6 == 0) {
 			*errorp = EHOSTUNREACH;	/* no route */
 			return (0);


More information about the p4-projects mailing list