dovecot-2.0: lmtp: Reverted accidentally committed debug code

dovecot at dovecot.org dovecot at dovecot.org
Fri Jul 16 14:09:41 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/bbbb542f1e2d
changeset: 11835:bbbb542f1e2d
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jul 16 12:09:37 2010 +0100
description:
lmtp: Reverted accidentally committed debug code

diffstat:

 src/lmtp/client.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 26936bdd3801 -r bbbb542f1e2d src/lmtp/client.h
--- a/src/lmtp/client.h	Fri Jul 16 00:23:48 2010 +0000
+++ b/src/lmtp/client.h	Fri Jul 16 12:09:37 2010 +0100
@@ -3,7 +3,7 @@
 
 #include "network.h"
 
-#define CLIENT_MAIL_DATA_MAX_INMEMORY_SIZE 1//(1024*128)
+#define CLIENT_MAIL_DATA_MAX_INMEMORY_SIZE (1024*128)
 
 struct mail_recipient {
 	const char *address;


More information about the dovecot-cvs mailing list