]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: Increased auth workers' max. input line length to 8192.
authorTimo Sirainen <tss@iki.fi>
Wed, 24 Jun 2009 18:20:11 +0000 (14:20 -0400)
committerTimo Sirainen <tss@iki.fi>
Wed, 24 Jun 2009 18:20:11 +0000 (14:20 -0400)
--HG--
branch : HEAD

src/auth/auth-worker-client.h

index 5aa3ee14b22c901007431c8e2f41365ef9d2f1e8..449b55a653a890b06f7d48f003a9bd363cd500a4 100644 (file)
@@ -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);