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

Accept comma separation for the -a subargs for consistency with -s and -h



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2981 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent b6b06a40
......@@ -323,7 +323,7 @@ tweak_listen_address(struct cli *cli, const struct parspec *par, const char *arg
return;
}
av = ParseArgv(arg, 0);
av = ParseArgv(arg, ARGV_COMMA);
if (av == NULL) {
cli_out(cli, "Parse error: out of memory");
cli_result(cli, CLIS_PARAM);
......
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