mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Force event order in core/init-error btest
See https://github.com/zeek/zeek/pull/2340#issuecomment-1218131444
This commit is contained in:
parent
2a22eb4078
commit
bfcc457093
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ event zeek_init() &priority=10
|
||||||
print "1st event";
|
print "1st event";
|
||||||
}
|
}
|
||||||
|
|
||||||
event zeek_init() &priority=10
|
event zeek_init()
|
||||||
{
|
{
|
||||||
print "2nd event";
|
print "2nd event";
|
||||||
local v = vector(1, 2, 3);
|
local v = vector(1, 2, 3);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue