summaryrefslogtreecommitdiff
path: root/sys/netinet/raw_ip.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/raw_ip.c
parent0d5467be9e917d3410426473f2e69fc450acb682 (diff)
Notes
Diffstat (limited to 'sys/netinet/raw_ip.c')
-rw-r--r--sys/netinet/raw_ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c
index 6b854c009071..b7040d76427a 100644
--- a/sys/netinet/raw_ip.c
+++ b/sys/netinet/raw_ip.c
@@ -131,7 +131,7 @@ rip_init()
ripcbinfo.hashbase = hashinit(1, M_PCB, &ripcbinfo.hashmask);
ripcbinfo.porthashbase = hashinit(1, M_PCB, &ripcbinfo.porthashmask);
ripcbinfo.ipi_zone = uma_zcreate("ripcb", sizeof(struct inpcb),
- NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE);
+ NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0);
uma_zone_set_max(ripcbinfo.ipi_zone, maxsockets);
}