r2981 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Jul 22 09:19:41 CEST 2008


Author: phk
Date: 2008-07-22 09:19:40 +0200 (Tue, 22 Jul 2008)
New Revision: 2981

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Accept comma separation for the -a subargs for consistency with -s and -h



Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2008-07-20 20:24:37 UTC (rev 2980)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2008-07-22 07:19:40 UTC (rev 2981)
@@ -323,7 +323,7 @@
 		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);




More information about the varnish-commit mailing list