]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Recent changes broke compiling.
authorTimo Sirainen <tss@iki.fi>
Sun, 4 Apr 2010 22:42:58 +0000 (01:42 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 4 Apr 2010 22:42:58 +0000 (01:42 +0300)
--HG--
branch : HEAD

src/imap/cmd-select.c

index ae630d6502863894e310ff2742108f96697b330c..de1d4d41ad835733d283e1c89160e389090d684a 100644 (file)
@@ -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 */