mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Merge branch 'master' into topic/jsiwek/fuzzing
This commit is contained in:
commit
d533212a6a
218 changed files with 3816 additions and 3557 deletions
|
@ -844,7 +844,7 @@ zeek::SetupResult zeek::setup(int argc, char** argv, zeek::Options* zopts)
|
|||
|
||||
mgr.Enqueue(zeek_script_loaded,
|
||||
make_intrusive<StringVal>(i->name.c_str()),
|
||||
IntrusivePtr{AdoptRef{}, val_mgr->GetCount(i->include_level)}
|
||||
val_mgr->Count(i->include_level)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue