Document a fall through case block (Coverity CID 1164467).
This commit is contained in:
parent
d2f82534cf
commit
568c01bbb5
@ -1256,6 +1256,7 @@ void startup(CHILD *ch)
|
||||
case POWEROKWAIT:
|
||||
case CTRLALTDEL:
|
||||
if (!(ch->flags & XECUTED)) ch->flags |= WAITING;
|
||||
/* Fall through */
|
||||
case KBREQUEST:
|
||||
case BOOT:
|
||||
case POWERFAIL:
|
||||
|
Loading…
Reference in New Issue
Block a user