aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-07-19 12:14:22 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-07-19 12:14:22 +0000
commitb77634d046a3ffe5c64793bf5a2ef39bed39eaef (patch)
treee1cff5011148b6ee37d685413c6ecff618da6c9a
parentdd0f39233c23451f24b71d55e6cd9e1c5ccd2b63 (diff)
Notes
-rw-r--r--sys/netinet/ip_input.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index c73aaaa2bf10d..ff4b4be5cc072 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);
}
/*