From 30f0166a5962a6a7d932a0f1ac1a3dea98730509 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 5 Apr 2010 01:42:58 +0300 Subject: [PATCH] Recent changes broke compiling. --HG-- branch : HEAD --- src/imap/cmd-select.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.47.3