Commit 5125065c authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Use a bigger buffer for the stdout/stderr to avoid annoying

linebreaks in panic messages.
parent c8485f8d
...@@ -328,7 +328,7 @@ static void * ...@@ -328,7 +328,7 @@ static void *
varnish_thread(void *priv) varnish_thread(void *priv)
{ {
struct varnish *v; struct varnish *v;
char buf[BUFSIZ]; char buf[65536];
struct pollfd *fds, fd; struct pollfd *fds, fd;
int i; int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment