mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fixed typo
This commit is contained in:
parent
8a5bb0f6a7
commit
10071ffddf
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue