Fix cut-n-paste error, introduced in rev. 1.103.
This commit is contained in:
parent
2a95094158
commit
0ebd5ed0df
@ -3260,7 +3260,7 @@ static void
|
||||
ng_setisr(node_p node)
|
||||
{
|
||||
|
||||
mtx_assert(&ngq->q_mtx, MA_OWNED);
|
||||
mtx_assert(&node->nd_input_queue.q_mtx, MA_OWNED);
|
||||
|
||||
if ((node->nd_flags & NGF_WORKQ) == 0) {
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user