mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +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
|
@ -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