mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
fixup! Event: Make network timestamp optional
This commit is contained in:
parent
2faa6930f7
commit
b35de58db8
1 changed files with 2 additions and 0 deletions
|
@ -3840,6 +3840,8 @@ void ScheduleTimer::Dispatch(double /* t */, bool /* is_expire */) {
|
|||
auto ts = std::min(this->Time(), run_state::network_time);
|
||||
mdv = detail::MakeMetadataVector(ts);
|
||||
}
|
||||
|
||||
event_mgr.Enqueue(WithMeta{}, event, std::move(args), util::detail::SOURCE_LOCAL, 0, nullptr, std::move(mdv));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue