Commit 52a8fd92 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Default to "file" stevedore from now on.



git-svn-id: http://www.varnish-cache.org/svn/trunk@178 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 5ed62fea
......@@ -379,7 +379,7 @@ main(int argc, char *argv[])
unsigned dflag = 1; /* XXX: debug=on for now */
const char *bflag = NULL;
const char *fflag = NULL;
const char *sflag = "malloc";
const char *sflag = "file";
register_printf_render_std((const unsigned char *)"HVQ");
......
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