mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Fix the SSL infinite loop I just created.
This commit is contained in:
parent
595e2f3c8a
commit
e52b174594
3 changed files with 6 additions and 1 deletions
|
@ -138,6 +138,7 @@ function log_record(info: Info)
|
|||
timeout 15secs
|
||||
{
|
||||
# We are just going to log the record anyway.
|
||||
delete info$delay_tokens;
|
||||
log_record(info);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue