mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Fix a bunch of missing class member initializations
This commit is contained in:
parent
7374688d0d
commit
3b0e8ee6f1
16 changed files with 40 additions and 41 deletions
|
@ -90,7 +90,7 @@ struct Manager::Stream
|
|||
|
||||
WriterMap writers; // Writers indexed by id/path pair.
|
||||
|
||||
bool enable_remote;
|
||||
bool enable_remote = false;
|
||||
|
||||
~Stream();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue