]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
fade: Abort on client command failures.
authorAndre Noll <maan@systemlinux.org>
Mon, 2 Jul 2012 06:40:31 +0000 (08:40 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 7 Oct 2012 09:12:07 +0000 (11:12 +0200)
Currently, we check only the exit code of wait(), but do not look
at the exit status of the child. So the fade command continues
even if all para_client commands fail.

Fix this by investigating the termination status of the child
process.


No differences found