Remove an extraneous Zeekygen-style comment

This commit is contained in:
Jon Siwek 2020-12-04 19:19:03 -08:00
parent 24bbadcd0a
commit 6323b0a8c2
4 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,8 @@
3.3.0-dev.609 | 2020-12-04 19:20:39 -0800
* Remove an extraneous Zeekygen-style comment (Jon Siwek, Corelight)
3.3.0-dev.607 | 2020-12-04 11:16:09 -0800 3.3.0-dev.607 | 2020-12-04 11:16:09 -0800
* Fix the CMake 'dist' target of Zeek plugins to only run when outdated (Benjamin Bannier, Corelight) * Fix the CMake 'dist' target of Zeek plugins to only run when outdated (Benjamin Bannier, Corelight)

View file

@ -1 +1 @@
3.3.0-dev.607 3.3.0-dev.609

2
doc

@ -1 +1 @@
Subproject commit 63264729ec6d342892a925cd3f003105544ea1d5 Subproject commit 085d338a51bbbc97de3ee89d409ba628396bc48c

View file

@ -431,7 +431,7 @@ function create(ss: SumStat)
reset(ss); reset(ss);
## do not schedule epoch if this is set to manual epochs. # do not schedule epoch if this is set to manual epochs.
if ( ss$epoch != 0secs ) if ( ss$epoch != 0secs )
schedule ss$epoch { SumStats::finish_epoch(ss) }; schedule ss$epoch { SumStats::finish_epoch(ss) };
} }