From b56702e670e1bf07aaf12d59d2bb2dc3557bf30e Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Sun, 27 Dec 2015 19:44:21 +0300 Subject: [PATCH] Increase static bufer --- src/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.c b/src/common.c index c91dab9..33d1656 100644 --- a/src/common.c +++ b/src/common.c @@ -603,7 +603,7 @@ void lognone(struct clientparam * param, const unsigned char *s) { } pthread_mutex_t log_mutex; int logmutexinit = 0; -unsigned char tmpbuf[4096]; +unsigned char tmpbuf[8192]; void logstdout(struct clientparam * param, const unsigned char *s) { FILE *log;