diff options
-rw-r--r-- | driver.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) { |