mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Merge remote-tracking branch 'origin/fastpath'
* origin/fastpath: Add missing break; in StartTLS case of IRC analyzer.
This commit is contained in:
commit
9a7a024f6e
4 changed files with 8 additions and 2 deletions
|
@ -587,6 +587,7 @@ void IRC_Analyzer::DeliverStream(int length, const u_char* line, bool orig)
|
|||
case 670:
|
||||
// StartTLS success reply to StartTLS
|
||||
StartTLS();
|
||||
break;
|
||||
|
||||
// All other server replies.
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue