summaryrefslogtreecommitdiff
path: root/imap4d/id.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/id.c')
-rw-r--r--imap4d/id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap4d/id.c b/imap4d/id.c
index f8c261cc4..353d3fe81 100644
--- a/imap4d/id.c
+++ b/imap4d/id.c
@@ -202,7 +202,7 @@ imap4d_id (struct imap4d_command *command, imap4d_tokbuf_t tok)
}
mu_iterator_destroy (&itr);
if (outcnt)
- util_send (")\r\n");
+ util_send (")\n");
}
return util_finish (command, RESP_OK, "Completed");
}

Return to:

Send suggestions and report system problems to the System administrator.