mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Fix for redefining built-in constants.
Turns out redefs weren't visibile to core-land due to initialization order.
This commit is contained in:
parent
597edcd3b6
commit
2e3b217667
5 changed files with 17 additions and 3 deletions
|
@ -927,6 +927,7 @@ int main(int argc, char** argv)
|
|||
|
||||
init_general_global_var();
|
||||
init_net_var();
|
||||
init_builtin_funcs_subdirs();
|
||||
|
||||
plugin_mgr->InitBifs();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue