[master] 70693bee0 do we want to retire backend.list -v ?
Nils Goroll
nils.goroll at uplex.de
Tue Feb 5 10:52:09 UTC 2019
commit 70693bee053043f696b221cb5daba8f040b9b06e
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Tue Feb 5 11:51:34 2019 +0100
do we want to retire backend.list -v ?
diff --git a/bin/varnishd/cache/cache_director.c b/bin/varnishd/cache/cache_director.c
index 3b21903f4..bff135a1f 100644
--- a/bin/varnishd/cache/cache_director.c
+++ b/bin/varnishd/cache/cache_director.c
@@ -371,6 +371,10 @@ cli_backend_list(struct cli *cli, const char * const *av, void *priv)
struct list_args la[1];
int i;
+ /*
+ * XXX for all cases in varnish-cache, -v is synonymous to
+ * -p and -v is not documented. Retire?
+ */
(void)priv;
ASSERT_CLI();
INIT_OBJ(la, LIST_ARGS_MAGIC);
More information about the varnish-commit
mailing list