mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +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
|
@ -1001,7 +1001,7 @@ public:
|
|||
R_INIT_RECORD, // field requires a new record
|
||||
R_INIT_TABLE, // field requires a new table/set
|
||||
R_INIT_VECTOR, // field requires a new vector
|
||||
} init_type;
|
||||
} init_type = R_INIT_NONE;
|
||||
|
||||
bool def_coerce = false; // whether coercion's required
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue