Commit fedda2c3 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Unbuffer stdout/stderr


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@436 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent af5d43f8
......@@ -489,6 +489,9 @@ main(int argc, char *argv[])
const char *hflag = "classic";
register_printf_render_std((const unsigned char *)"HVQ");
setbuf(stdout, NULL);
setbuf(stderr, NULL);
VCC_InitCompile();
......
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