mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
Preventing the event processing from looping endlessly when an event
reraised itself during execution of its handlers.
This commit is contained in:
parent
ddabd13097
commit
2335a62a07
6 changed files with 67 additions and 25 deletions
|
@ -90,8 +90,6 @@ public:
|
|||
delete_vals(vl);
|
||||
}
|
||||
|
||||
void Dispatch();
|
||||
|
||||
void Dispatch(Event* event, bool no_remote = false)
|
||||
{
|
||||
current_src = event->Source();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue