summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/atm/ngatmbase.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/atm/ngatmbase.c')
-rw-r--r--sys/netgraph/atm/ngatmbase.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netgraph/atm/ngatmbase.c b/sys/netgraph/atm/ngatmbase.c
index 8a802c6..7881fa3 100644
--- a/sys/netgraph/atm/ngatmbase.c
+++ b/sys/netgraph/atm/ngatmbase.c
@@ -75,7 +75,8 @@ static struct mtx ngatm_unilist_mtx;
static void
uni_msg_init(void)
{
- mtx_init(&ngatm_unilist_mtx, "netgraph UNI msg header lists", NULL, 0);
+ mtx_init(&ngatm_unilist_mtx, "netgraph UNI msg header lists", NULL,
+ MTX_DEF);
}
/*
OpenPOWER on IntegriCloud