PERFORCE change 37244 for review

Sam Leffler sam at FreeBSD.org
Sat Aug 30 14:35:48 PDT 2003


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

Change 37244 by sam at sam_ebb on 2003/08/30 14:35:40

	missing RT_UNLOCK lost to p4 disconnect

Affected files ...

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

Differences ...

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

@@ -256,6 +256,7 @@
 			if (IN6_IS_ADDR_MULTICAST(dst)) {
 				ro->ro_rt = rtalloc1(&((struct route *)ro)
 						     ->ro_dst, 0, 0UL);
+				RT_UNLOCK(ro->ro_rt);
 			} else {
 				rtalloc((struct route *)ro);
 			}


More information about the p4-projects mailing list