[dovecot-cvs] dovecot/src/lib ostream-crlf.c,1.14,1.15

tss at dovecot.org tss at dovecot.org
Thu Mar 29 17:21:29 EEST 2007


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

Modified Files:
	ostream-crlf.c 
Log Message:
stream_errno wasn't updated with errors in crlf stream.



Index: ostream-crlf.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/ostream-crlf.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ostream-crlf.c	1 Mar 2007 11:13:54 -0000	1.14
+++ ostream-crlf.c	29 Mar 2007 14:21:25 -0000	1.15
@@ -104,6 +104,7 @@
 			*total_r += pos;
 	}
 	cstream->ostream.ostream.offset = cstream->output->offset;
+	cstream->ostream.ostream.stream_errno = cstream->output->stream_errno;
 	return ret;
 }
 



More information about the dovecot-cvs mailing list