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
|
@ -32,7 +32,7 @@ private:
|
|||
int64_t totalc; /* Total bytes counted */
|
||||
int mp;
|
||||
int sccfirst;
|
||||
unsigned int monte[RT_MONTEN];
|
||||
unsigned int monte[RT_MONTEN] = {0};
|
||||
int64_t inmont, mcount;
|
||||
double cexp, montex, montey, montepi, sccu0, scclast, scct1, scct2, scct3;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue