Merge remote-tracking branch 'origin/fastpath'

* origin/fastpath:
  Add missing break; in StartTLS case of IRC analyzer.
This commit is contained in:
Robin Sommer 2016-02-13 10:48:21 -08:00
commit 9a7a024f6e
4 changed files with 8 additions and 2 deletions

View file

@ -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: