]> git.ipfire.org Git - thirdparty/lldpd.git/commit
coverity: don't fallback to next case for clarity
authorVincent Bernat <bernat@luffy.cx>
Fri, 22 Nov 2013 22:40:57 +0000 (23:40 +0100)
committerVincent Bernat <bernat@luffy.cx>
Fri, 22 Nov 2013 22:40:57 +0000 (23:40 +0100)
commit8ad3bafab61938d3af4f3fae3b676d5321e75d50
tree154c2385f120631407611d9383f3799847335f46
parente2b09091a263099e12ae48522605ae4775a20988
coverity: don't fallback to next case for clarity

Even if the code was correct, add an `_exit(0)` to the first branch and
do not rely on the next case for that.
src/daemon/privsep_io.c