(imap4d_signal): Minor fix
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -52,8 +52,8 @@ imap4d_signal (int signo) | ... | @@ -52,8 +52,8 @@ imap4d_signal (int signo) |
52 | imap4d_bye (ERR_TIMEOUT); | 52 | imap4d_bye (ERR_TIMEOUT); |
53 | 53 | ||
54 | case SIGPIPE: | 54 | case SIGPIPE: |
55 | exit (0); | 55 | imap4d_bye (ERR_NO_OFILE); |
56 | 56 | ||
57 | default: | 57 | default: |
58 | imap4d_bye (ERR_SIGNAL); | 58 | imap4d_bye (ERR_SIGNAL); |
59 | } | 59 | } | ... | ... |
-
Please register or sign in to post a comment