[dovecot-cvs] dovecot/src/lib-storage mail-save.c,1.7,1.8

cras at procontrol.fi cras at procontrol.fi
Fri Jun 18 03:32:27 EEST 2004


Update of /home/cvs/dovecot/src/lib-storage
In directory talvi:/tmp/cvs-serv27426/lib-storage

Modified Files:
	mail-save.c 
Log Message:
Renamed istream->eof to istream->disconnected which is what it currently
does.



Index: mail-save.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/mail-save.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- mail-save.c	17 Jun 2004 21:28:23 -0000	1.7
+++ mail-save.c	18 Jun 2004 00:32:25 -0000	1.8
@@ -166,7 +166,7 @@
 			errno = input->stream_errno;
 			if (errno == 0) {
 				/* EOF */
-				if (input->eof) {
+				if (input->disconnected) {
 					/* too early */
 					mail_storage_set_error(storage,
 						"Unexpected EOF");



More information about the dovecot-cvs mailing list