From: Timo Sirainen Date: Sun, 4 Apr 2010 22:42:58 +0000 (+0300) Subject: Recent changes broke compiling. X-Git-Tag: 2.0.beta5~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30f0166a5962a6a7d932a0f1ac1a3dea98730509;p=thirdparty%2Fdovecot%2Fcore.git Recent changes broke compiling. --HG-- branch : HEAD --- diff --git a/src/imap/cmd-select.c b/src/imap/cmd-select.c index ae630d6502..de1d4d41ad 100644 --- a/src/imap/cmd-select.c +++ b/src/imap/cmd-select.c @@ -199,6 +199,7 @@ static void cmd_select_finish(struct imap_select_context *ctx, int ret) static bool cmd_select_continue(struct client_command_context *cmd) { struct imap_select_context *ctx = cmd->context; + int ret; if (imap_fetch_more(ctx->fetch_ctx) == 0) { /* unfinished */