mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Fix uninitialized (or unused) fields.
This commit is contained in:
parent
64f3bef96d
commit
775ec6795e
62 changed files with 135 additions and 98 deletions
|
@ -1037,6 +1037,7 @@ void ConversionSerializer::GotPacket(Packet* p)
|
|||
}
|
||||
|
||||
EventPlayer::EventPlayer(const char* file)
|
||||
: stream_time(), replay_time(), ne_time(), ne_handler(), ne_args()
|
||||
{
|
||||
if ( ! OpenFile(file, true) || fd < 0 )
|
||||
Error(fmt("event replayer: cannot open %s", file));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue