summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_hostcache.c
diff options
context:
space:
mode:
authorMarko Zec <zec@FreeBSD.org>2009-05-08 14:34:25 +0000
committerMarko Zec <zec@FreeBSD.org>2009-05-08 14:34:25 +0000
commit2114e063f053c354cf803871a3fd782c9afeccf8 (patch)
tree205a888e59b09bcbb0f2632880a6d8d8a57457fe /sys/netinet/tcp_hostcache.c
parentddd50c3439ea6489c38da18f4f87baf9b70025e0 (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_hostcache.c')
-rw-r--r--sys/netinet/tcp_hostcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c
index 84586dbf6ea8..93367c5e16a1 100644
--- a/sys/netinet/tcp_hostcache.c
+++ b/sys/netinet/tcp_hostcache.c
@@ -637,7 +637,7 @@ tcp_hc_purge(void *arg)
CURVNET_SET((struct vnet *) arg);
INIT_VNET_INET(curvnet);
struct hc_metrics *hc_entry, *hc_next;
- int all = 0; /* XXX was: (intptr_t)arg - makes no sense? */
+ int all = 0;
int i;
if (V_tcp_hostcache.purgeall) {