mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Fix race-condition in table-event test.
Event depended on the input manager receiving all lines from the reader before the first input event was processed by the scripting layer.
This commit is contained in:
parent
74a529d937
commit
1fb05da9cd
2 changed files with 0 additions and 169 deletions
|
@ -35,7 +35,6 @@ global destination: table[int] of Val = table();
|
|||
|
||||
event line(description: Input::TableDescription, tpe: Input::Event, left: Idx, right: bool)
|
||||
{
|
||||
print outfile, description;
|
||||
print outfile, tpe;
|
||||
print outfile, left;
|
||||
print outfile, right;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue