Commit 635fef7b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Only configure -smalloc in -L mode.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4780 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7d5e588f
......@@ -593,8 +593,10 @@ main(int argc, char * const *argv)
if (L_arg) {
/* Learner mode */
if (!s_arg_given)
if (!s_arg_given) {
setup_storage("malloc,1m");
s_arg_given = 1;
}
}
if (argc != 0) {
......
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