From af72f81339761a688afbf3113d8a8c2a1b25b4fe Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 24 Jun 2009 14:20:11 -0400 Subject: [PATCH] auth: Increased auth workers' max. input line length to 8192. --HG-- branch : HEAD --- src/auth/auth-worker-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3