Adds some comments and fixes a broxygen warning.

This commit is contained in:
Seth Hall 2015-03-05 11:37:37 -05:00
parent 6909d0de87
commit b92a68e2bd
2 changed files with 5 additions and 1 deletions

View file

@ -218,7 +218,7 @@ event file_over_new_connection(f: fa_file, c: connection, is_orig: bool) &priori
{
if ( c?$rdp && f$source == "RDP" )
{
## Count up X509 certs.
# Count up X509 certs.
++c$rdp$cert_count;
Files::add_analyzer(f, Files::ANALYZER_X509);