Document a fall through case block (Coverity CID 1164467).

This commit is contained in:
Petter Reinholdtsen 2014-01-26 09:41:51 +00:00
parent d2f82534cf
commit 568c01bbb5

View File

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