mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
binpac: Fix an uninitialized member warning
This commit is contained in:
parent
5cfbefca7c
commit
0b84838465
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ FlowBuffer::FlowBuffer(LineBreakStyle linebreak_style)
|
||||||
|
|
||||||
linebreak_style_ = linebreak_style;
|
linebreak_style_ = linebreak_style;
|
||||||
linebreak_style_default = linebreak_style;
|
linebreak_style_default = linebreak_style;
|
||||||
|
linebreaker_ = 0;
|
||||||
ResetLineState();
|
ResetLineState();
|
||||||
|
|
||||||
mode_ = UNKNOWN_MODE;
|
mode_ = UNKNOWN_MODE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue