mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Fix coverity warning in Ascii reader.
This commit is contained in:
parent
d505670f59
commit
a38f44b1fd
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ FieldMapping FieldMapping::subType()
|
||||||
Ascii::Ascii(ReaderFrontend *frontend) : ReaderBackend(frontend)
|
Ascii::Ascii(ReaderFrontend *frontend) : ReaderBackend(frontend)
|
||||||
{
|
{
|
||||||
mtime = 0;
|
mtime = 0;
|
||||||
|
suppress_warnings = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Ascii::~Ascii()
|
Ascii::~Ascii()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue