Tiny fix to correct a reporter message.

This commit is contained in:
Seth Hall 2013-08-21 19:11:34 -04:00
parent 23027d3b3f
commit b3a5c5f412

View file

@ -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