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

Use generic param setting stuff


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1003 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d0fc8377
......@@ -391,7 +391,7 @@ main(int argc, char *argv[])
s_arg = optarg;
break;
case 't':
params->default_ttl = strtoul(optarg, NULL, 0);
MCF_ParamSet(cli, "default_ttl", optarg);
break;
case 'T':
T_arg = optarg;
......
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