[dovecot-cvs] dovecot/src/lib-storage/index/mbox istream-raw-mbox.c, 1.46, 1.47
tss at dovecot.org
tss at dovecot.org
Thu Mar 1 11:14:00 UTC 2007
Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv13729/lib-storage/index/mbox
Modified Files:
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.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- istream-raw-mbox.c 6 Feb 2007 10:40:17 -0000 1.46
+++ istream-raw-mbox.c 1 Mar 2007 11:13:58 -0000 1.47
@@ -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