summaryrefslogtreecommitdiffstats
path: root/src/dispatch.c
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-05-30 15:18:38 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-05-30 15:18:38 -0400
commita36de2de320b7a5c818c4619574a48e46b28b9c0 (patch)
tree44ca1961ad02ef15624a0bdf33363547f5dfd47d /src/dispatch.c
parent640860549d6c3d6e58c886f7cb1753d7d67aab44 (diff)
downloadslapi-nis-a36de2de320b7a5c818c4619574a48e46b28b9c0.tar.gz
slapi-nis-a36de2de320b7a5c818c4619574a48e46b28b9c0.tar.xz
slapi-nis-a36de2de320b7a5c818c4619574a48e46b28b9c0.zip
- no sense in making this that small
Diffstat (limited to 'src/dispatch.c')
-rw-r--r--src/dispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispatch.c b/src/dispatch.c
index 155d407..f376c7f 100644
--- a/src/dispatch.c
+++ b/src/dispatch.c
@@ -76,7 +76,7 @@ struct dispatch_client {
ssize_t client_query_size;
void *client_query_cookie;
/* The reply to the client, when we're sending one. */
- char client_outbuf[8192];
+ char client_outbuf[32768];
ssize_t client_outbuf_used;
/* This is a linked list. */
struct dispatch_client *client_next;