mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
CID 1312752: Add comment to mark 'case' fallthrough as ok.
This commit is contained in:
parent
8fc44e7e86
commit
068b7d1f8b
1 changed files with 2 additions and 0 deletions
|
@ -722,6 +722,8 @@ void POP3_Analyzer::ProcessReply(int length, const char* line)
|
|||
|
||||
case CAPA:
|
||||
ProtocolConfirmation();
|
||||
// Fall-through.
|
||||
|
||||
case UIDL:
|
||||
case LIST:
|
||||
if (requestForMultiLine == true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue