mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Single character bugfix for hostname notice email extension.
This commit is contained in:
parent
240ae9790b
commit
cc258b29aa
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