]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
fade.c: Fix client_cmd()
authorAndre Noll <maan@systemlinux.org>
Sat, 17 Nov 2007 17:13:55 +0000 (18:13 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 17 Nov 2007 17:13:55 +0000 (18:13 +0100)
We have to wait for children to terminate because otherwise the
client commands may be executed in random order.

Since no caller checked the return value of client_cmd(), make it
abort on errors and change the return value to void.

Also, each caller only passed one string, so make it take only a
char * pointer.


No differences found