summaryrefslogtreecommitdiff
path: root/imap4d/preauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/preauth.c')
-rw-r--r--imap4d/preauth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap4d/preauth.c b/imap4d/preauth.c
index 316828628..d26efc86a 100644
--- a/imap4d/preauth.c
+++ b/imap4d/preauth.c
@@ -366,7 +366,7 @@ do_preauth_ident (struct sockaddr *clt_sa, struct sockaddr *srv_sa)
return NULL;
}
- mu_stream_printf (stream, "%u , %u\r\n",
+ mu_stream_printf (stream, "%u , %u\n",
ntohs (clt_addr->sin_port),
ntohs (srv_addr->sin_port));
mu_stream_shutdown (stream, MU_STREAM_WRITE);

Return to:

Send suggestions and report system problems to the System administrator.