[dovecot-cvs] dovecot/src/plugins/zlib istream-zlib.c,1.5,1.6

tss at dovecot.org tss at dovecot.org
Sat Mar 31 11:42:38 EEST 2007


Update of /var/lib/cvs/dovecot/src/plugins/zlib
In directory talvi:/tmp/cvs-serv14318/plugins/zlib

Modified Files:
	istream-zlib.c 
Log Message:
Moved I_STREAM_MIN_SIZE to header



Index: istream-zlib.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/zlib/istream-zlib.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- istream-zlib.c	31 Mar 2007 08:37:54 -0000	1.5
+++ istream-zlib.c	31 Mar 2007 08:42:36 -0000	1.6
@@ -10,8 +10,6 @@
    this pretty large */
 #define DEFAULT_MAX_BUFFER_SIZE (1024*1024)
 
-#define I_STREAM_MIN_SIZE 4096
-
 struct zlib_istream {
 	struct _istream istream;
 



More information about the dovecot-cvs mailing list