Correct exit status checks (status 0 returned by wait() doesn't have to mean
authorDavin McCall <davmac@davmac.org>
Tue, 21 Jun 2016 18:24:10 +0000 (19:24 +0100)
committerDavin McCall <davmac@davmac.org>
Tue, 21 Jun 2016 18:24:10 +0000 (19:24 +0100)
commitdff52e4261b762fbf7dd69b79b071693ebcf36c9
treef00bbdc3c3c22dbb6948067392f6d592f6cb233e
parent89288989b4d7b7566a92675164fe2e04220de2b4
Correct exit status checks (status 0 returned by wait() doesn't have to mean
"exited cleanly with 0 exit status", though it probably does on most real
systems).
src/service.cc