mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove unused data member of SMTP_Analyzer.
To silence a Coverity warning.
This commit is contained in:
parent
d4ef9f3693
commit
c617be6f50
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ protected:
|
|||
int pipelining; // whether pipelining is supported
|
||||
list<int> pending_cmd_q; // to support pipelining
|
||||
int skip_data; // whether to skip message body
|
||||
int orig_record_contents; // keep the original record_contents
|
||||
BroString* line_after_gap; // last line before the first reply
|
||||
// after a gap
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue