Fixing unit tests and some minor bugs.

This commit is contained in:
Jon Siwek 2011-09-22 12:42:16 -05:00
parent 39af63841b
commit d2118200ea
13 changed files with 25 additions and 21 deletions

View file

@ -1,4 +1,5 @@
@load base/protocols/ssh
@load base/frameworks/metrics
@load base/frameworks/notice
@load base/frameworks/intel
@ -72,4 +73,4 @@ event SSH::heuristic_failed_login(c: connection)
if ( ! (id$orig_h in ignore_guessers &&
id$resp_h in ignore_guessers[id$orig_h]) )
Metrics::add_data(FAILED_LOGIN, [$host=id$orig_h], 1);
}
}