mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Remove an extraneous Zeekygen-style comment
This commit is contained in:
parent
24bbadcd0a
commit
6323b0a8c2
4 changed files with 7 additions and 3 deletions
4
CHANGES
4
CHANGES
|
@ -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
|
||||
|
||||
* Fix the CMake 'dist' target of Zeek plugins to only run when outdated (Benjamin Bannier, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.3.0-dev.607
|
||||
3.3.0-dev.609
|
||||
|
|
2
doc
2
doc
|
@ -1 +1 @@
|
|||
Subproject commit 63264729ec6d342892a925cd3f003105544ea1d5
|
||||
Subproject commit 085d338a51bbbc97de3ee89d409ba628396bc48c
|
|
@ -431,7 +431,7 @@ function create(ss: SumStat)
|
|||
|
||||
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 )
|
||||
schedule ss$epoch { SumStats::finish_epoch(ss) };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue