Ignore SIGPIPE and allow EPIPE to get through to the program so that
authorMartin Pool <mbp@samba.org>
Mon, 18 Feb 2002 20:06:57 +0000 (20:06 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 18 Feb 2002 20:06:57 +0000 (20:06 +0000)
commit34758d5c1565188352c6a58a9ae223e44db7e46d
tree40023b4c30210fae35e3b1905aa50c2beaddce78
parentbefbfe61156f63a8dadaf0efaaae4bfbf435c00c
Ignore SIGPIPE and allow EPIPE to get through to the program so that
we don't get stuck in a recursive loop trying to report a broken pipe
across that same broken pipe.  Debian bug #128632 (Colin Walters)
main.c