[dovecot-cvs] dovecot/src/imap cmd-append.c,1.92,1.93

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


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

Modified Files:
	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.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- cmd-append.c	11 Mar 2007 16:02:23 -0000	1.92
+++ cmd-append.c	11 Mar 2007 16:25:38 -0000	1.93
@@ -169,6 +169,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