diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2004-08-11 20:30:08 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2004-08-11 20:30:08 +0000 |
| commit | 420a281164f925182ed878dcf666d278b948ba07 (patch) | |
| tree | edbe919547d4d3ce1ba5055de590f7ab0de48a9e /sys/netinet/udp_usrreq.c | |
| parent | 495b92b24e2efe56dfbcd78608a296ad9146b9da (diff) | |
Notes
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
| -rw-r--r-- | sys/netinet/udp_usrreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 1882578e2913a..dc95f4bd2cb84 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -155,7 +155,7 @@ udp_init() udbinfo.porthashbase = hashinit(UDBHASHSIZE, M_PCB, &udbinfo.porthashmask); udbinfo.ipi_zone = uma_zcreate("udpcb", sizeof(struct inpcb), NULL, - NULL, NULL, NULL, UMA_ALIGN_PTR, 0); + NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); uma_zone_set_max(udbinfo.ipi_zone, maxsockets); } |
