dovecot-2.0: zlib: Fixed istream-bzlib also with mark=TRUE seeking

dovecot at dovecot.org dovecot at dovecot.org
Fri Oct 1 19:35:05 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/138d848b1e22
changeset: 12223:138d848b1e22
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 01 17:35:01 2010 +0100
description:
zlib: Fixed istream-bzlib also with mark=TRUE seeking

diffstat:

 src/plugins/zlib/istream-bzlib.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r ab24859c3527 -r 138d848b1e22 src/plugins/zlib/istream-bzlib.c
--- a/src/plugins/zlib/istream-bzlib.c	Fri Oct 01 17:06:27 2010 +0100
+++ b/src/plugins/zlib/istream-bzlib.c	Fri Oct 01 17:35:01 2010 +0100
@@ -257,10 +257,8 @@
 		}
 	}
 
-	if (mark) {
-		i_stream_compress(stream);
+	if (mark)
 		zstream->marked = TRUE;
-	}
 }
 
 static const struct stat *


More information about the dovecot-cvs mailing list