]> git.tuebingen.mpg.de Git - paraslash.git/commit
server: Use a temporary SIGCHLD handler to catch afs init failures.
authorAndre Noll <maan@systemlinux.org>
Sat, 21 Mar 2009 16:46:43 +0000 (17:46 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 21 Mar 2009 16:46:43 +0000 (17:46 +0100)
commitab6470e0146493969887781bc8efd5a615f879c7
tree80a1e3c866b1c04b3110cf549e82b597ced145ba
parent2607a94854dbc9d9415887cb9fa954e9227c1c65
server: Use a temporary SIGCHLD handler to catch afs init failures.

If afs dies immediately on startup (because of dirty tables) para_server
would not notice as the SIGCHLD handler is being intalled after the
call to afs_init().
server.c