]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Fix afs signal handling.
authorAndre Noll <maan@systemlinux.org>
Tue, 25 Mar 2008 07:47:34 +0000 (08:47 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 25 Mar 2008 07:47:34 +0000 (08:47 +0100)
afs must not abort on SIGPIPE as the client may close the
connection at any time. This bug was there forever but showed
up only now because the recent callback changes made the afs
process write to the command handler socket multiple times.

Also ignore SIGUSR1 instead of catching and ignoring it.


No differences found