aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--driver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 0d9ecb41..b10a1dd4 100644
--- a/driver.c
+++ b/driver.c
@@ -1482,8 +1482,9 @@ const int maxfetch; /* maximum number of messages to fetch */
if (js == THROW_SIGPIPE)
{
report(stdout,
- _("SIGPIPE thrown from an MDA or a stream socket error"));
+ _("SIGPIPE thrown from an MDA or a stream socket error\n"));
ok = PS_SOCKET;
+ goto cleanUp;
}
else if (js == THROW_TIMEOUT)
{