mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Fix coverity error (uninitialized variable)
This commit is contained in:
parent
8c54f91617
commit
44b3ece440
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ PktSrc::PktSrc()
|
|||
|
||||
next_sync_point = 0;
|
||||
first_timestamp = 0.0;
|
||||
current_pseudo = 0.0;
|
||||
first_wallclock = current_wallclock = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue