X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=imap-send.c;h=d42e4712972794f055aec6630ba86797d7e5343c;hb=c9603dfae5856aba6a8ed64719a2e73da066ad84;hp=972ad62cd92ff2b09fb5caa21b24f471009ef19b;hpb=6331da9707e45b1376cf76c9b823f0b7ee9ae9de;p=~andy%2Fgit diff --git a/imap-send.c b/imap-send.c index 972ad62cd..d42e47129 100644 --- a/imap-send.c +++ b/imap-send.c @@ -1022,7 +1022,7 @@ static int auth_cram_md5(struct imap_store *ctx, struct imap_cmd *cmd, const cha ret = socket_write(&ctx->imap->buf.sock, response, strlen(response)); if (ret != strlen(response)) - return error("IMAP error: sending response failed\n"); + return error("IMAP error: sending response failed"); free(response);