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 POWEROKWAIT:
|
||||||
case CTRLALTDEL:
|
case CTRLALTDEL:
|
||||||
if (!(ch->flags & XECUTED)) ch->flags |= WAITING;
|
if (!(ch->flags & XECUTED)) ch->flags |= WAITING;
|
||||||
|
/* Fall through */
|
||||||
case KBREQUEST:
|
case KBREQUEST:
|
||||||
case BOOT:
|
case BOOT:
|
||||||
case POWERFAIL:
|
case POWERFAIL:
|
||||||
|
Loading…
Reference in New Issue
Block a user