mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +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 &&
|
if ( |Site::local_admins| > 0 &&
|
||||||
ACTION_EMAIL_ADMIN in n$actions )
|
ACTION_EMAIL_ADMIN in n$actions )
|
||||||
{
|
{
|
||||||
local email = "";
|
|
||||||
if ( n?$src && |Site::get_emails(n$src)| > 0 )
|
if ( n?$src && |Site::get_emails(n$src)| > 0 )
|
||||||
add n$email_dest[Site::get_emails(n$src)];
|
add n$email_dest[Site::get_emails(n$src)];
|
||||||
if ( n?$dst && |Site::get_emails(n$dst)| > 0 )
|
if ( n?$dst && |Site::get_emails(n$dst)| > 0 )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue