From: Timo Sirainen Date: Wed, 18 May 2016 19:59:06 +0000 (+0300) Subject: dict: Removed duplicate commit reply character X-Git-Tag: 2.3.0.rc1~3688 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79fff61b8fa0ec3c892e22cf792109dc1b398a30;p=thirdparty%2Fdovecot%2Fcore.git dict: Removed duplicate commit reply character This broke dict-client with error: Invalid commit reply, expected id=1: OO1 --- diff --git a/src/dict/dict-commands.c b/src/dict/dict-commands.c index 471faf1111..b18fd48504 100644 --- a/src/dict/dict-commands.c +++ b/src/dict/dict-commands.c @@ -281,7 +281,6 @@ cmd_commit_finish(struct dict_connection_cmd *cmd, } if (async) str_append_c(str, DICT_PROTOCOL_REPLY_ASYNC_COMMIT); - str_append_c(str, chr); str_printfa(str, "%c%u", chr, cmd->trans_id); if (chr == DICT_PROTOCOL_REPLY_FAIL) { str_append_c(str, '\t');