mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Initialize missing field in File. (Coverity 1057851, 1057852, 1057853)
This commit is contained in:
parent
0140098adb
commit
dddba3432f
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ BroFile::~BroFile()
|
|||
|
||||
void BroFile::Init()
|
||||
{
|
||||
is_open = 0;
|
||||
open_time = is_open = 0;
|
||||
attrs = 0;
|
||||
buffered = true;
|
||||
raw_output = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue