[dovecot-cvs] dovecot/src/lib ostream-file.c,1.33,1.34
cras at dovecot.org
cras at dovecot.org
Sat Sep 4 12:09:29 EEST 2004
Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv25629/lib
Modified Files:
ostream-file.c
Log Message:
Added assert
Index: ostream-file.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/ostream-file.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- ostream-file.c 3 Sep 2004 09:00:18 -0000 1.33
+++ ostream-file.c 4 Sep 2004 09:09:27 -0000 1.34
@@ -548,6 +548,7 @@
if ((size_t)ret != iov[pos].iov_len)
break;
+ i_assert(skip_size == 0);
iov_len = 0;
}
More information about the dovecot-cvs
mailing list