dovecot-2.0: Recent changes broke compiling.
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Mon Apr  5 01:43:03 EEST 2010
    
    
  
details:   http://hg.dovecot.org/dovecot-2.0/rev/c0cbcb9ea3c1
changeset: 11048:c0cbcb9ea3c1
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Apr 05 01:42:58 2010 +0300
description:
Recent changes broke compiling.
diffstat:
 src/imap/cmd-select.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 24661838390f -r c0cbcb9ea3c1 src/imap/cmd-select.c
--- a/src/imap/cmd-select.c	Mon Apr 05 01:35:31 2010 +0300
+++ b/src/imap/cmd-select.c	Mon Apr 05 01:42:58 2010 +0300
@@ -199,6 +199,7 @@
 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 */
    
    
More information about the dovecot-cvs
mailing list