mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
GH-165: Fix global initializations that indirectly use builtin types
This commit is contained in:
parent
4a8640d702
commit
5ed13284c3
7 changed files with 30 additions and 4 deletions
|
@ -90,7 +90,7 @@ FuncPtr id::find_func(std::string_view name)
|
|||
return v->AsFuncPtr();
|
||||
}
|
||||
|
||||
void id::detail::init()
|
||||
void id::detail::init_types()
|
||||
{
|
||||
conn_id = id::find_type<RecordType>("conn_id");
|
||||
endpoint = id::find_type<RecordType>("endpoint");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue