dovecot-2.2: doveadm: Increased doveadm client's max command lin...

dovecot at dovecot.org dovecot at dovecot.org
Sun Jan 13 19:15:43 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/6654ed22af78
changeset: 15639:6654ed22af78
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jan 13 19:15:37 2013 +0200
description:
doveadm: Increased doveadm client's max command line length.

diffstat:

 src/doveadm/client-connection.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d4e7a3184a82 -r 6654ed22af78 src/doveadm/client-connection.c
--- a/src/doveadm/client-connection.c	Fri Jan 11 06:18:36 2013 +0200
+++ b/src/doveadm/client-connection.c	Sun Jan 13 19:15:37 2013 +0200
@@ -19,7 +19,7 @@
 
 #include <unistd.h>
 
-#define MAX_INBUF_SIZE 1024
+#define MAX_INBUF_SIZE (1024*1024)
 
 static void client_connection_input(struct client_connection *conn);
 


More information about the dovecot-cvs mailing list