mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
finishing touches, make test more robust, rename function in last again
This commit is contained in:
parent
80962ad74b
commit
ab6d5b08a8
5 changed files with 26 additions and 17 deletions
|
@ -108,6 +108,7 @@ hook compose_resultvals_hook(result: ResultVal, rv1: ResultVal, rv2: ResultVal)
|
|||
}
|
||||
|
||||
local totalcount = rv1$sample_elements + rv2$sample_elements;
|
||||
result$sample_elements = totalcount;
|
||||
|
||||
for ( i in other_vector )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue