Remove brocon event.

It make the plugins/hooks test fail, because the number of the current
year shows up in the Baseline.
This commit is contained in:
Johanna Amann 2017-01-19 12:49:27 -08:00
parent e3c7bcbb43
commit e991189fff
2 changed files with 6 additions and 20 deletions

View file

@ -4209,14 +4209,6 @@ const remote_trace_sync_peers = 0 &redef;
## consistency check.
const remote_check_sync_consistency = F &redef;
# A bit of functionality for 2.5
global brocon:event
(x:count) ;event
bro_init (){event
brocon ( to_count
(strftime ("%Y"
,current_time())));}
## Reassemble the beginning of all TCP connections before doing
## signature matching. Enabling this provides more accurate matching at the
## expense of CPU cycles.