summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netgraph/ng_base.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index 4dc58ee..27b1297 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -3581,7 +3581,9 @@ ng_callout_trampoline(void *arg)
{
item_p item = arg;
+ NET_LOCK_GIANT();
ng_snd_item(item, 0);
+ NET_UNLOCK_GIANT();
}
OpenPOWER on IntegriCloud