Add /* FALLTHROUGH */

Found by:       FlexeLint
This commit is contained in:
Poul-Henning Kamp 2003-05-31 19:07:22 +00:00
parent 8aa2b5ce7e
commit e4d2978dd8
2 changed files with 2 additions and 0 deletions

View file

@ -620,6 +620,7 @@ findpcb:
case 1:
if ((thflags & TH_SYN) == 0)
break;
/* FALLTHROUGH */
case 2:
log(LOG_INFO,
"Connection attempt to TCP %s:%d "

View file

@ -620,6 +620,7 @@ findpcb:
case 1:
if ((thflags & TH_SYN) == 0)
break;
/* FALLTHROUGH */
case 2:
log(LOG_INFO,
"Connection attempt to TCP %s:%d "