From cc258b29aa54ce4a6107b4ee0d669755b0912df4 Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Thu, 11 Aug 2011 15:16:32 -0400 Subject: [PATCH] Single character bugfix for hostname notice email extension. --- scripts/base/frameworks/notice/extend-email/hostnames.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/base/frameworks/notice/extend-email/hostnames.bro b/scripts/base/frameworks/notice/extend-email/hostnames.bro index 83cdc4807d..500b8ea4bc 100644 --- a/scripts/base/frameworks/notice/extend-email/hostnames.bro +++ b/scripts/base/frameworks/notice/extend-email/hostnames.bro @@ -8,7 +8,7 @@ event Notice::notice(n: Notice::Info) &priority=10 return; # 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; local output = "";