diff --git a/src/File.cc b/src/File.cc index 28fd8bea9c..2a48f14ef9 100644 --- a/src/File.cc +++ b/src/File.cc @@ -165,7 +165,7 @@ BroFile::~BroFile() void BroFile::Init() { - is_open = 0; + open_time = is_open = 0; attrs = 0; buffered = true; raw_output = false;