Fix duplication of new_connection_contents event

Addresses BIT-1602
This commit is contained in:
Johanna Amann 2016-05-17 10:31:37 -07:00
parent 4851cbc7cc
commit d091e9ca89
3 changed files with 12 additions and 8 deletions

View file

@ -0,0 +1,7 @@
# @TEST-EXEC: bro -r $TRACES/irc-dcc-send.trace %INPUT
# @TEST-EXEC: btest-diff .stdout
event new_connection_contents(c: connection)
{
print fmt("new_connection_contents for %s", cat(c$id));
}