]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit2ef1e962280493eee9092da3122760805b793112
tree91cb3d7ced23122458a1283794f21f65b3b3f4e6
parent7ba6e107eb38c5ceb6f66aac21ad6a5a3afa49ad
Fix afs signal handling.

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