[dovecot-cvs] dovecot/src/imap cmd-append.c,1.80.2.6,1.80.2.7

tss at dovecot.org tss at dovecot.org
Sun Mar 11 18:25:37 EET 2007


Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv5169

Modified Files:
      Tag: branch_1_0
	cmd-append.c 
Log Message:
Another failure handling fix



Index: cmd-append.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/cmd-append.c,v
retrieving revision 1.80.2.6
retrieving revision 1.80.2.7
diff -u -d -r1.80.2.6 -r1.80.2.7
--- cmd-append.c	11 Mar 2007 16:02:20 -0000	1.80.2.6
+++ cmd-append.c	11 Mar 2007 16:25:35 -0000	1.80.2.7
@@ -173,6 +173,8 @@
 
 static bool cmd_append_cancel(struct cmd_append_context *ctx, bool nonsync)
 {
+	ctx->failed = TRUE;
+
 	if (!nonsync) {
 		cmd_append_finish(ctx);
 		return TRUE;



More information about the dovecot-cvs mailing list