[dovecot-cvs] dovecot/src/imap cmd-append.c,1.82,1.83
tss-movial at dovecot.org
tss-movial at dovecot.org
Tue May 30 11:41:14 EEST 2006
Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv4536/imap
Modified Files:
cmd-append.c
Log Message:
Compile fix
Index: cmd-append.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/cmd-append.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- cmd-append.c 30 May 2006 08:25:24 -0000 1.82
+++ cmd-append.c 30 May 2006 08:41:10 -0000 1.83
@@ -336,7 +336,7 @@
whole message. */
failed = TRUE;
mailbox_save_cancel(&ctx->save_ctx);
- } else if (mailbox_save_finish(&ctx->save_ctx, NULL) < 0) {
+ } else if (mailbox_save_finish(&ctx->save_ctx) < 0) {
failed = TRUE;
client_send_storage_error(cmd, ctx->storage);
} else {
More information about the dovecot-cvs
mailing list