mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Make event ordering deterministic
NetControl::init and filter_change_tracking could basically be raised in random order.
This commit is contained in:
parent
e6805258dc
commit
5f29f1dca1
4 changed files with 4 additions and 4 deletions
|
@ -178,7 +178,7 @@ event zeek_init() &priority=5
|
|||
}
|
||||
}
|
||||
|
||||
event zeek_init() &priority=-5
|
||||
event zeek_init() &priority=-6
|
||||
{
|
||||
install();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue