summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_hostcache.c
diff options
context:
space:
mode:
authorAndre Oppermann <andre@FreeBSD.org>2004-08-11 17:08:31 +0000
committerAndre Oppermann <andre@FreeBSD.org>2004-08-11 17:08:31 +0000
commit4efb805c0c38b380ebe380547c541be91083d8dc (patch)
tree6b4b966bd7aafa3eb02bdef166df3366e5ad387f /sys/netinet/tcp_hostcache.c
parent0d5467be9e917d3410426473f2e69fc450acb682 (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 cc81d768bba5..ab9b00a7706d 100644
--- a/sys/netinet/tcp_hostcache.c
+++ b/sys/netinet/tcp_hostcache.c
@@ -244,7 +244,7 @@ tcp_hc_init(void)
* Allocate the hostcache entries.
*/
tcp_hostcache.zone = uma_zcreate("hostcache", sizeof(struct hc_metrics),
- NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE);
+ NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0);
uma_zone_set_max(tcp_hostcache.zone, tcp_hostcache.cache_limit);
/*