mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
SMTP: Add missing Undelivered() call
Not that it's implement, but for consistency.
This commit is contained in:
parent
6f05fbf2ce
commit
a42875d033
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@ void SMTP_Analyzer::Undelivered(uint64_t seq, int len, bool is_orig) {
|
||||||
if ( mail )
|
if ( mail )
|
||||||
mail->Undelivered(len);
|
mail->Undelivered(len);
|
||||||
|
|
||||||
|
if ( bdat )
|
||||||
|
bdat->Undelivered(seq, len, is_orig);
|
||||||
|
|
||||||
EndData();
|
EndData();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue