Fix cut-n-paste error, introduced in rev. 1.103.

This commit is contained in:
glebius 2005-07-21 22:15:37 +00:00
parent 2a95094158
commit 0ebd5ed0df

View File

@ -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) {
/*