CID 1312752: Add comment to mark 'case' fallthrough as ok.

This commit is contained in:
Robin Sommer 2015-08-06 22:17:15 -04:00
parent 8fc44e7e86
commit 068b7d1f8b

View file

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