andre 2004-08-19 23:31:40 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: When unloading ipfw module use callout_drain() to make absolutely sure that all callouts are stopped and finished. Move it before IPFW_LOCK() to avoid deadlocking when draining callouts. Revision Changes Path 1.73 +1 -1 src/sys/netinet/ip_fw2.c