Commit 6ba44162 6ba441621896a49c40cd5361ed11241ef577d781 by Sergey Poznyakoff

(imap4d_signal): Minor fix

1 parent c3cc0cec
......@@ -52,7 +52,7 @@ imap4d_signal (int signo)
imap4d_bye (ERR_TIMEOUT);
case SIGPIPE:
exit (0);
imap4d_bye (ERR_NO_OFILE);
default:
imap4d_bye (ERR_SIGNAL);
......