[dovecot-cvs] dovecot/src/imap imap-fetch.c,1.34,1.35

cras at dovecot.org cras at dovecot.org
Mon Jan 17 15:18:58 EET 2005


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

Modified Files:
	imap-fetch.c 
Log Message:
The actual fix for last commit..



Index: imap-fetch.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/imap-fetch.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- imap-fetch.c	16 Jan 2005 16:59:38 -0000	1.34
+++ imap-fetch.c	17 Jan 2005 13:18:56 -0000	1.35
@@ -245,7 +245,7 @@
 
 	if (!ctx->line_finished) {
 		if (o_stream_send(ctx->client->output, ")\r\n", 3) < 0)
-			return -1;
+			ctx->failed = TRUE;
 	}
 
 	if (ctx->cur_input != NULL) {



More information about the dovecot-cvs mailing list