[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
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-index-private.h, 1.82, 1.83 mail-index-transaction-private.h, 1.33, 1.34 mail-index-transaction.c, 1.88, 1.89 mail-index-view-private.h, 1.26, 1.27 mail-index.c, 1.271, 1.272 mail-index.h, 1.165, 1.166
- Next message: [dovecot-cvs] dovecot/src/lib ostream-crlf.c,1.13.2.1,1.13.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
}
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-index-private.h, 1.82, 1.83 mail-index-transaction-private.h, 1.33, 1.34 mail-index-transaction.c, 1.88, 1.89 mail-index-view-private.h, 1.26, 1.27 mail-index.c, 1.271, 1.272 mail-index.h, 1.165, 1.166
- Next message: [dovecot-cvs] dovecot/src/lib ostream-crlf.c,1.13.2.1,1.13.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list