PERFORCE change 38674 for review
Sam Leffler
sam at FreeBSD.org
Fri Sep 26 12:32:21 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=38674
Change 38674 by sam at sam_ebb on 2003/09/26 12:32:10
rt is locked so must use RTFREE_LOCKED
Affected files ...
.. //depot/projects/netperf/sys/netinet/if_ether.c#8 edit
Differences ...
==== //depot/projects/netperf/sys/netinet/if_ether.c#8 (text+ko) ====
@@ -942,7 +942,7 @@
rt->rt_gateway, rt_mask(rt),
rt->rt_flags, 0);
}
- RTFREE(rt);
+ RTFREE_LOCKED(rt);
return (0);
} else {
rt->rt_refcnt--;
More information about the p4-projects
mailing list