
tfheen at varnish-cache
May 24, 2012, 5:51 AM
Post #1 of 2
(37 views)
Permalink
|
|
[3.0] cf5076a These are not debug commands.
|
|
commit cf5076a757cc6f81ac7844300f9f2dc58694290a Author: Poul-Henning Kamp <phk [at] FreeBSD> 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 } }; _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|