mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Pass over the InternalError() changes.
This commit is contained in:
parent
af446ec189
commit
d6855dc4eb
14 changed files with 33 additions and 52 deletions
|
@ -91,10 +91,7 @@ void EventMgr::QueueEvent(Event* event)
|
|||
void EventMgr::Dispatch()
|
||||
{
|
||||
if ( ! head )
|
||||
{
|
||||
reporter->InternalWarning("EventMgr::Dispatch underflow");
|
||||
return;
|
||||
}
|
||||
reporter->InternalError("EventMgr::Dispatch underflow");
|
||||
|
||||
Event* current = head;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue