Page MenuHomeFreeBSD

D47527.diff
No OneTemporary

D47527.diff

Index: sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
===================================================================
--- sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
+++ sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
@@ -181,7 +181,6 @@
#if 0
softc->ipf_slow_ch = timeout(ipf_timer_func, softc, hz/2);
#endif
- callout_init_rw(&softc->ipf_slow_ch, &softc->ipf_global.ipf_lk, CALLOUT_SHAREDLOCK);
callout_reset(&softc->ipf_slow_ch,
(hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT,
ipf_timer_func, softc);

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 25, 8:32 PM (19 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17792069
Default Alt Text
D47527.diff (512 B)

Event Timeline