dovecot-1.0: Removed outdated comment.

dovecot at dovecot.org dovecot at dovecot.org
Thu Nov 8 21:32:12 EET 2007


details:   http://hg.dovecot.org/dovecot-1.0/rev/4dc54440a284
changeset: 5453:4dc54440a284
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 08 21:32:09 2007 +0200
description:
Removed outdated comment.

diffstat:

1 file changed, 3 deletions(-)
src/deliver/deliver.c |    3 ---

diffs (13 lines):

diff -r 63c10e28a585 -r 4dc54440a284 src/deliver/deliver.c
--- a/src/deliver/deliver.c	Thu Nov 08 19:49:30 2007 +0200
+++ b/src/deliver/deliver.c	Thu Nov 08 21:32:09 2007 +0200
@@ -449,9 +449,6 @@ create_mbox_stream(int fd, const char *e
 	envelope_sender = address_sanitize(envelope_sender);
 	mbox_hdr = mbox_from_create(envelope_sender, ioloop_time);
 
-	/* kind of kludgy to allocate memory just for this, but since this
-	   has to live as long as the input stream itself, this is the safest
-	   way to do it without it breaking accidentally. */
 	input = i_stream_create_file(fd, default_pool, 4096, FALSE);
 	input_filter = i_stream_create_header_filter(input,
 						     HEADER_FILTER_EXCLUDE |


More information about the dovecot-cvs mailing list