From: Timo Sirainen Date: Wed, 24 Jun 2009 18:20:11 +0000 (-0400) Subject: auth: Increased auth workers' max. input line length to 8192. X-Git-Tag: 2.0.alpha1~526 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af72f81339761a688afbf3113d8a8c2a1b25b4fe;p=thirdparty%2Fdovecot%2Fcore.git auth: Increased auth workers' max. input line length to 8192. --HG-- branch : HEAD --- diff --git a/src/auth/auth-worker-client.h b/src/auth/auth-worker-client.h index 5aa3ee14b2..449b55a653 100644 --- a/src/auth/auth-worker-client.h +++ b/src/auth/auth-worker-client.h @@ -1,7 +1,7 @@ #ifndef AUTH_WORKER_CLIENT_H #define AUTH_WORKER_CLIENT_H -#define AUTH_WORKER_MAX_LINE_LENGTH 1024 +#define AUTH_WORKER_MAX_LINE_LENGTH 8192 struct auth_worker_client *auth_worker_client_create(struct auth *auth, int fd); void auth_worker_client_destroy(struct auth_worker_client **client);