Fixed typo

This commit is contained in:
jshlbrd 2015-02-15 23:05:11 -08:00
parent 8a5bb0f6a7
commit 10071ffddf

View file

@ -82,7 +82,7 @@ event log_record(c: connection, remove_analyzer: bool)
if ( c$rdp$done ) if ( c$rdp$done )
return; return;
# If the analyzer is no logger attached, then # If the analyzer is no longer attached, then
# log the record and stop processing. # log the record and stop processing.
if ( ! remove_analyzer ) if ( ! remove_analyzer )
{ {