blob: e3b0d1b28bd36aff5f832f21feedd0e7d56f89ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ai,v 1.3 2009/06/25 09:54:14 manu Exp $
--- src/auth/auth-worker-client.h.orig 2009-06-23 18:32:15.000000000 +0200
+++ src/auth/auth-worker-client.h 2009-06-23 18:32:33.000000000 +0200
@@ -1,8 +1,8 @@
#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);
void auth_worker_client_unref(struct auth_worker_client **client);
|