on top of previous...

OK?

diff --git netinet/ip_input.c netinet/ip_input.c
index dc1bb9d8ec1..95c9194efcb 100644
--- netinet/ip_input.c
+++ netinet/ip_input.c
@@ -1028,7 +1028,6 @@ ip_slowtimo(void)
 {
        struct ipq *fp, *nfp;
 
-       NET_LOCK();
        mtx_enter(&ipq_mutex);
        LIST_FOREACH_SAFE(fp, &ipq, ipq_q, nfp) {
                if (--fp->ipq_ttl == 0) {
@@ -1037,7 +1036,6 @@ ip_slowtimo(void)
                }
        }
        mtx_leave(&ipq_mutex);
-       NET_UNLOCK();
 }
 
 /*


-- 
I'm not entirely sure you are real.

Reply via email to