block SIGPIPE before writing to a pipe
authorHannes Reinecke <hare@suse.de>
Wed, 30 Apr 2008 09:01:04 +0000 (11:01 +0200)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Wed, 30 Apr 2008 11:25:15 +0000 (13:25 +0200)
commitfef769bbcbbf21db7d246bc455d43dec7c40c204
tree1d9c5628caf5bfbcd521b41d2e13f9a33b620602
parentd40b6960a1554e92ce8519ef361b8ea90c1172e5
block SIGPIPE before writing to a pipe

We have to block SIGPIPE before we're writing to the communication
pipe otherwise the daemon will be killed if the listening program
terminates prematurely.

Signed-off-by: Hannes Reinecke <hare@suse.de>
libmultipath/uxsock.c