summaryrefslogtreecommitdiff
path: root/imap4d/bye.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/bye.c')
-rw-r--r--imap4d/bye.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/imap4d/bye.c b/imap4d/bye.c
index 831d06b67..0b05e6c9a 100644
--- a/imap4d/bye.c
+++ b/imap4d/bye.c
@@ -84,6 +84,7 @@ imap4d_bye_command (int reason, struct imap4d_command *command)
case ERR_TIMEOUT:
status = EX_TEMPFAIL;
+ mu_stream_clearerr (iostream);
io_untagged_response (RESP_BYE, "Session timed out");
if (state == STATE_NONAUTH)
mu_diag_output (MU_DIAG_INFO, _("session timed out for no user"));

Return to:

Send suggestions and report system problems to the System administrator.