[dovecot-cvs] dovecot/src/lib ostream-crlf.c,1.13.2.1,1.13.2.2
tss at dovecot.org
tss at dovecot.org
Thu Mar 29 17:21:56 EEST 2007
Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv19976
Modified Files:
Tag: branch_1_0
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.13.2.1
retrieving revision 1.13.2.2
diff -u -d -r1.13.2.1 -r1.13.2.2
--- ostream-crlf.c 1 Mar 2007 11:13:51 -0000 1.13.2.1
+++ ostream-crlf.c 29 Mar 2007 14:21:23 -0000 1.13.2.2
@@ -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