vcl: fix epoll wait assert
Type: fix Found by Lucas. Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I3e10d3a9f40ef28cb9bda58f199a04dfc3e41d27
This commit is contained in:
parent
72bd2e585d
commit
0ec906694d
@ -3464,7 +3464,7 @@ vcl_epoll_wait_handle_mq (vcl_worker_t * wrk, svm_msg_q_t * mq,
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
ASSERT (maxevents > *num_ev);
|
||||
ASSERT (maxevents >= *num_ev);
|
||||
vcl_mq_dequeue_batch (wrk, mq, ~0);
|
||||
|
||||
handle_dequeued:
|
||||
|
Loading…
x
Reference in New Issue
Block a user