mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38: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
|
@ -232,7 +232,7 @@ constexpr int NUM_HASH_KEYS = HASH_KEY_STRING + 1;
|
|||
class HashKey
|
||||
{
|
||||
public:
|
||||
explicit HashKey() { }
|
||||
explicit HashKey() { key_u.u32 = 0; }
|
||||
explicit HashKey(bool b);
|
||||
explicit HashKey(int i);
|
||||
explicit HashKey(zeek_int_t bi);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue