Increase static bufer

This commit is contained in:
z3APA3A 2015-12-27 19:44:21 +03:00
parent 9876172e0b
commit b56702e670

View File

@ -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;