[3.0] cf5076a These are not debug commands.

Tollef Fog Heen tfheen at varnish-cache.org
Thu May 24 14:47:45 CEST 2012


commit cf5076a757cc6f81ac7844300f9f2dc58694290a
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_backend_cfg.c b/bin/varnishd/cache_backend_cfg.c
index 955ae26..47df12f 100644
--- a/bin/varnishd/cache_backend_cfg.c
+++ b/bin/varnishd/cache_backend_cfg.c
@@ -498,9 +498,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