mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Merge remote-tracking branch 'origin/master' into fastpath
This commit is contained in:
commit
6ba9a43d0f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ event Notice::notice(n: Notice::Info) &priority=10
|
||||||
return;
|
return;
|
||||||
|
|
||||||
# This should only be done for notices that are being sent to email.
|
# This should only be done for notices that are being sent to email.
|
||||||
if ( ACTION_EMAIL !in n$action )
|
if ( ACTION_EMAIL !in n$actions )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
local output = "";
|
local output = "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue