mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Tiny fix to correct a reporter message.
This commit is contained in:
parent
23027d3b3f
commit
b3a5c5f412
1 changed files with 4 additions and 2 deletions
|
@ -27,8 +27,10 @@ export {
|
|||
|
||||
event mime_begin_entity(c: connection) &priority=10
|
||||
{
|
||||
c$smtp$entity = Entity();
|
||||
++c$smtp_state$mime_depth;
|
||||
if ( c?$smtp )
|
||||
c$smtp$entity = Entity();
|
||||
if ( c?$smtp_state )
|
||||
++c$smtp_state$mime_depth;
|
||||
}
|
||||
|
||||
event file_over_new_connection(f: fa_file, c: connection, is_orig: bool) &priority=5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue