changeset 9159:5aa15e065760 HEAD

auth: Increased auth workers' max. input line length to 8192.
author Timo Sirainen <tss@iki.fi>
date Wed, 24 Jun 2009 14:20:11 -0400
parents 27322203d925
children d639063977cc
files src/auth/auth-worker-client.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);