# HG changeset patch # User Timo Sirainen # Date 1245867611 14400 # Node ID 5aa15e065760562f91407235482bbaa1b2c556ac # Parent 27322203d92537a7e4c78fd475f9934de73aa52e auth: Increased auth workers' max. input line length to 8192. diff -r 27322203d925 -r 5aa15e065760 src/auth/auth-worker-client.h --- a/src/auth/auth-worker-client.h Tue Jun 23 20:05:29 2009 -0400 +++ b/src/auth/auth-worker-client.h Wed Jun 24 14:20:11 2009 -0400 @@ -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);