mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
removed unused script variable
This commit is contained in:
parent
5e71e757fe
commit
72a59bf828
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ hook notice(n: Notice::Info)
|
|||
if ( |Site::local_admins| > 0 &&
|
||||
ACTION_EMAIL_ADMIN in n$actions )
|
||||
{
|
||||
local email = "";
|
||||
if ( n?$src && |Site::get_emails(n$src)| > 0 )
|
||||
add n$email_dest[Site::get_emails(n$src)];
|
||||
if ( n?$dst && |Site::get_emails(n$dst)| > 0 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue