Hi, Remove dead code from #if 0: We do not have an ipsrcchk_rt anywhere else. >From FreeBSD
ok? bluhm Index: netinet6/frag6.c =================================================================== RCS file: /data/mirror/openbsd/cvs/src/sys/netinet6/frag6.c,v retrieving revision 1.34 diff -u -p -r1.34 frag6.c --- netinet6/frag6.c 2 May 2011 22:16:33 -0000 1.34 +++ netinet6/frag6.c 5 Jan 2012 16:56:21 -0000 @@ -758,10 +758,6 @@ frag6_slowtimo(void) RTFREE(ip6_forward_rt.ro_rt); ip6_forward_rt.ro_rt = 0; } - if (ipsrcchk_rt.ro_rt) { - RTFREE(ipsrcchk_rt.ro_rt); - ipsrcchk_rt.ro_rt = 0; - } #endif splx(s);