mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +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
|
@ -541,6 +541,10 @@ RemoteSerializer::RemoteSerializer()
|
|||
in_sync = 0;
|
||||
last_flush = 0;
|
||||
received_logs = 0;
|
||||
current_id = 0;
|
||||
current_msgtype = 0;
|
||||
current_args = 0;
|
||||
source_peer = 0;
|
||||
}
|
||||
|
||||
RemoteSerializer::~RemoteSerializer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue