Commit 4ab815f7 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Bail if argumets are set after varnishd is launched.



git-svn-id: http://www.varnish-cache.org/svn/trunk@4571 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 684aa09a
......@@ -639,6 +639,7 @@ cmd_varnish(CMD_ARGS)
break;
if (!strcmp(*av, "-arg")) {
AN(av[1]);
AZ(v->pid);
vsb_cat(v->args, " ");
vsb_cat(v->args, av[1]);
av++;
......
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