]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit3a258056d2137c3a4c10d717c6bb2e92d91ee3e0
tree0ed434ec2ff981cabfe115291968bed32edb3c7b
parentb618dafe54ca9f73684c3167086ac799a10a0eb5
fade: Abort on client command failures.

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.
fade.c