Fixed a really dumb bug that was causing the malware hash registry script to break.

This commit is contained in:
Seth Hall 2011-12-08 14:25:52 -05:00
parent 80b24513e7
commit 3391270527

View file

@ -7,9 +7,12 @@
@load base/frameworks/notice @load base/frameworks/notice
@load base/protocols/http @load base/protocols/http
module HTTP;
export { export {
redef enum Notice::Type += { redef enum Notice::Type += {
## If the MD5 sum of a file transferred over HTTP ## The MD5 sum of a file transferred over HTTP matched in the
## malware hash registry.
Malware_Hash_Registry_Match Malware_Hash_Registry_Match
}; };
} }