[master] 40ee205 These are not debug commands.

Poul-Henning Kamp phk at varnish-cache.org
Thu May 10 10:57:58 CEST 2012


commit 40ee205a3c8c6a95db08116ff7f4d7f51f7abbc9
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu May 10 08:57:47 2012 +0000

    These are not debug commands.

diff --git a/bin/varnishd/cache/cache_backend_cfg.c b/bin/varnishd/cache/cache_backend_cfg.c
index c2d022d..45b85d0 100644
--- a/bin/varnishd/cache/cache_backend_cfg.c
+++ b/bin/varnishd/cache/cache_backend_cfg.c
@@ -487,9 +487,9 @@ cli_backend_set_health(struct cli *cli, const char * const *av, void *priv)
 
 static struct cli_proto backend_cmds[] = {
 	{ "backend.list", "backend.list",
-	    "\tList all backends\n", 0, 1, "d", cli_backend_list },
+	    "\tList all backends\n", 0, 1, "", cli_backend_list },
 	{ "backend.set_health", "backend.set_health matcher state",
-	    "\tShow a backend\n", 2, 2, "d", cli_backend_set_health },
+	    "\tShow a backend\n", 2, 2, "", cli_backend_set_health },
 	{ NULL }
 };
 



More information about the varnish-commit mailing list