summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm_cm.c
diff options
context:
space:
mode:
authorarr <arr@FreeBSD.org>2002-04-22 18:26:05 +0000
committerarr <arr@FreeBSD.org>2002-04-22 18:26:05 +0000
commitb148c4db98c8b291ba273f56aa0c4ac11b36b851 (patch)
tree38e757f645cd8d4f629fcc4b0d24affc916155e4 /sys/netatm/atm_cm.c
parentad5ada62efbd9982dd87b7904f2ee6231f0eade5 (diff)
downloadFreeBSD-src-b148c4db98c8b291ba273f56aa0c4ac11b36b851.zip
FreeBSD-src-b148c4db98c8b291ba273f56aa0c4ac11b36b851.tar.gz
- Revert previous change of atm storage pools -> uma_zones until a solution
to atm_free() is written.
Diffstat (limited to 'sys/netatm/atm_cm.c')
-rw-r--r--sys/netatm/atm_cm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netatm/atm_cm.c b/sys/netatm/atm_cm.c
index d83bf9c..f509f38 100644
--- a/sys/netatm/atm_cm.c
+++ b/sys/netatm/atm_cm.c
@@ -709,7 +709,7 @@ atm_cm_listen(epp, token, ap, copp)
/*
* Get an attribute block and save listening attributes
*/
- cop->co_lattr = uma_zalloc(atm_attributes_zone, 0);
+ cop->co_lattr = (Atm_attributes *)atm_allocate(&atm_attributes_pool);
if (cop->co_lattr == NULL) {
err = ENOMEM;
goto done;
OpenPOWER on IntegriCloud