aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index 36a3fc88..ec03cd01 100644
--- a/driver.c
+++ b/driver.c
@@ -1487,6 +1487,7 @@ const int maxfetch; /* maximum number of messages to fetch */
if (js == THROW_SIGPIPE)
{
+ signal(SIGPIPE, SIG_IGN);
report(stdout,
_("SIGPIPE thrown from an MDA or a stream socket error\n"));
ok = PS_SOCKET;