mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Fixes from review, post-rebase
This commit is contained in:
parent
9f05fe5bfa
commit
5ca0bb79c8
15 changed files with 59 additions and 30 deletions
|
@ -166,7 +166,7 @@ void ID::SetVal(ValPtr v)
|
|||
{
|
||||
handler = new EventHandler(name);
|
||||
handler->SetFunc(func);
|
||||
event_registry->Register(handler);
|
||||
event_registry->Register(handler, true);
|
||||
|
||||
if ( ! IsExport() )
|
||||
register_new_event({NewRef{}, this});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue