git.wh0rd.org
/
sysvinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8af228
)
Document a fall through case block (Coverity CID 1164467).
author
Petter Reinholdtsen
<pere@hungry.com>
Sun, 26 Jan 2014 09:41:51 +0000
(09:41 +0000)
committer
Petter Reinholdtsen
<pere@hungry.com>
Sun, 26 Jan 2014 09:41:51 +0000
(09:41 +0000)
git-svn-id: svn://svn.sv.gnu.org/sysvinit/sysvinit/trunk@130
456724a4
-4300-0410-8514-
c89748c515a2
src/init.c
patch
|
blob
|
blame
|
history
diff --git
a/src/init.c
b/src/init.c
index 2bd79bd274b00512f4cbccc5e2efbdc6a98fc990..3997d059dda18ffc0821700ddec5ccbfac844ec3 100644
(file)
--- a/
src/init.c
+++ b/
src/init.c
@@
-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: