Commit 4d3d349f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Dridi Boukelmoune

Make the client list all mgt CLI commands

Fixes: #2682
parent c37bed3f
......@@ -100,7 +100,7 @@ CLI_Run(void)
cli = VCLS_AddFd(cache_cls,
heritage.cli_in, heritage.cli_out, NULL, NULL);
AN(cli);
cli->auth = 1; // Non-zero to disable paranoia in vcli_serve
cli->auth = 255; // Non-zero to disable paranoia in vcli_serve
do {
i = VCLS_Poll(cache_cls, cli, -1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment