[dovecot-cvs] dovecot/src/lib-storage/index/mbox istream-raw-mbox.c, 1.40.2.5, 1.40.2.6
tss at dovecot.org
tss at dovecot.org
Thu Mar 1 11:13:54 UTC 2007
Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv13720/lib-storage/index/mbox
Modified Files:
Tag: branch_1_0
istream-raw-mbox.c
Log Message:
Keep stream_errno updated in filter streams.
Index: istream-raw-mbox.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/istream-raw-mbox.c,v
retrieving revision 1.40.2.5
retrieving revision 1.40.2.6
diff -u -d -r1.40.2.5 -r1.40.2.6
--- istream-raw-mbox.c 15 Oct 2006 22:47:48 -0000 1.40.2.5
+++ istream-raw-mbox.c 1 Mar 2007 11:13:52 -0000 1.40.2.6
@@ -159,6 +159,7 @@
}
ret = i_stream_read(rstream->input);
} while (ret > 0);
+ stream->istream.stream_errno = rstream->input->stream_errno;
if (ret < 0) {
if (ret == -2) {
More information about the dovecot-cvs
mailing list