mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
parent
14a2c02f9d
commit
047232df37
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ hook notice(n: Notice::Info) &priority=-1
|
|||
return;
|
||||
|
||||
# This should only be done for notices that are being sent to email.
|
||||
if ( ! n?$email_dest )
|
||||
if ( |n$email_dest| == 0 )
|
||||
return;
|
||||
|
||||
# I'm not recovering gracefully from the when statements because I want
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue