From e7079aefab8fd463e252ce6aa9e869b93c2ac1ce Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Tue, 1 Mar 2011 11:47:48 -0500 Subject: [PATCH] Added site as a dependency in the functions file. --- policy/functions.bro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/functions.bro b/policy/functions.bro index 6d605f27b0..a48bf91b82 100644 --- a/policy/functions.bro +++ b/policy/functions.bro @@ -1,3 +1,5 @@ +@load site + # Some enums for deciding what and when to log. type Directions_and_Hosts: enum { Inbound, Outbound,