diff options
-rw-r--r-- | sys/netinet/ip_input.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index c73aaaa..ff4b4be 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -1125,7 +1125,6 @@ void ip_slowtimo() { register struct ipq *fp; - int s = splnet(); int i; IPQ_LOCK(); @@ -1156,7 +1155,6 @@ ip_slowtimo() } } IPQ_UNLOCK(); - splx(s); } /* |